|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTransactionalOperation | |
---|---|
de.schwarzrot.data.transaction | classes used to define application transactions |
de.schwarzrot.data.transaction.support | helper classes used to define application transactions |
Uses of AbstractTransactionalOperation in de.schwarzrot.data.transaction |
---|
Subclasses of AbstractTransactionalOperation in de.schwarzrot.data.transaction | |
---|---|
class |
TOClear<E extends Entity>
describes an operation, bound in a transaction, that is used to remove all persistent instances of a given Entity . |
class |
TOContextOperation<E extends Entity>
|
class |
TOCount<E extends Entity>
describes an operation, bound in a transaction, that is used to count all persistent instances of given Entity . |
class |
TORead<E extends Entity>
describes an operation, bound in a transaction, that is used to read persistent instances of given Entity . |
class |
TORemove<E extends Entity>
describes an operation, bound in a transaction, that is used to remove persistent instances of given Entity . |
class |
TOSave<E extends Entity>
describes an operation, bound in a transaction, that is used to save given instances to persistence. |
class |
TOSetProperty<E extends Entity>
|
Uses of AbstractTransactionalOperation in de.schwarzrot.data.transaction.support |
---|
Subclasses of AbstractTransactionalOperation in de.schwarzrot.data.transaction.support | |
---|---|
class |
AbstractConditionTransactionalOperation<E extends Entity>
base class for description of operations, that should be bound by a transaction and that need a condition. |
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |