public interface Transactional<T extends Transactional.Ref>
Represents an object protected by a transaction.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Transactional.Ref |
| Modifier and Type | Method and Description |
|---|---|
T |
getForRead()
Returns a reference for reading.
|
T |
getForWrite()
Returns a reference for writing.
|