SRJRCFrames
v0.1.296

Uses of Interface
de.schwarzrot.data.transaction.TransactionalOperation

Packages that use TransactionalOperation
de.schwarzrot.data.access provides the working class for the anonymous Persistence layer
de.schwarzrot.data.access.jdbc classes for jdbc specific data access 
de.schwarzrot.data.access.pref preferences related data access classes 
de.schwarzrot.data.transaction classes used to define application transactions 
de.schwarzrot.data.transaction.support helper classes used to define application transactions 
 

Uses of TransactionalOperation in de.schwarzrot.data.access
 

Methods in de.schwarzrot.data.access with parameters of type TransactionalOperation
 void NullEntityManager.execute(TransactionalOperation<?> tao)
           
 void EntityManager.execute(TransactionalOperation<?> tao)
          execute a single step of ApplicationTransaction
 

Uses of TransactionalOperation in de.schwarzrot.data.access.jdbc
 

Methods in de.schwarzrot.data.access.jdbc with parameters of type TransactionalOperation
 void JDBCEntityManager.execute(TransactionalOperation<?> tao)
           
 

Uses of TransactionalOperation in de.schwarzrot.data.access.pref
 

Methods in de.schwarzrot.data.access.pref with parameters of type TransactionalOperation
 void PreferencesEntityManager.execute(TransactionalOperation<?> tao)
           
 

Uses of TransactionalOperation in de.schwarzrot.data.transaction
 

Classes in de.schwarzrot.data.transaction that implement TransactionalOperation
 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>
           
 

Methods in de.schwarzrot.data.transaction that return types with arguments of type TransactionalOperation
 List<TransactionalOperation<?>> Transaction.getOperations()
          internal use only.
 List<TransactionalOperation<?>> ApplicationTransaction.getOperations()
           
 

Methods in de.schwarzrot.data.transaction with parameters of type TransactionalOperation
 void Transaction.add(TransactionalOperation<?> tao)
          used to add an operation to the transaction.
 void ApplicationTransaction.add(TransactionalOperation<?> tao)
           
 

Uses of TransactionalOperation in de.schwarzrot.data.transaction.support
 

Classes in de.schwarzrot.data.transaction.support that implement TransactionalOperation
 class AbstractConditionTransactionalOperation<E extends Entity>
          base class for description of operations, that should be bound by a transaction and that need a condition.
 class AbstractTransactionalOperation<E extends Entity>
          base class for descriptive elements, that declare an operation, that should be bound by a transaction.
 


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.