SRJRCFrames
v0.1.296

Package de.schwarzrot.data.transaction

classes used to define application transactions

See:
          Description

Interface Summary
Transaction A transaction with an interface similar to Transaction, but with slightly different approach.
TransactionalOperation<E extends Entity>  
 

Class Summary
ApplicationTransaction An ApplicationTransaction is a wrapper around TransactionalOperations, which can be added to setup a transaction.
TOClear<E extends Entity> describes an operation, bound in a transaction, that is used to remove all persistent instances of a given Entity.
TOContextOperation<E extends Entity>  
TOCount<E extends Entity> describes an operation, bound in a transaction, that is used to count all persistent instances of given Entity.
TORead<E extends Entity> describes an operation, bound in a transaction, that is used to read persistent instances of given Entity.
TORemove<E extends Entity> describes an operation, bound in a transaction, that is used to remove persistent instances of given Entity.
TOSave<E extends Entity> describes an operation, bound in a transaction, that is used to save given instances to persistence.
TOSetProperty<E extends Entity>  
 

Enum Summary
TransactionalOperation.DataDirection  
TransactionStatus  
 

Package de.schwarzrot.data.transaction Description

classes used to define application transactions


SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.