Uses of Interface
org.datanucleus.transaction.Transaction
- 
Packages that use Transaction Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object.org.datanucleus.store.connection Package defining the connection to the datastore.org.datanucleus.transaction Package providing support specific to transactions for DataNucleus.org.datanucleus.transaction.jta Package providing handlers for JTA transactions
- 
- 
Uses of Transaction in org.datanucleusMethods in org.datanucleus that return Transaction Modifier and Type Method Description TransactionExecutionContext. getTransaction()Accessor for the current transaction for this execution context.TransactionExecutionContextImpl. getTransaction()Accessor for the current transaction.
- 
Uses of Transaction in org.datanucleus.stateMethods in org.datanucleus.state with parameters of type Transaction Modifier and Type Method Description voidDNStateManager. postCommit(Transaction tx)Convenience interceptor to allow operations to be performed after the commit is performed but before returning control to the application.voidStateManagerImpl. postCommit(Transaction tx)This method is invoked just after a commit is performed in a Transaction involving the persistable object managed by this StateManagervoidDNStateManager. preBegin(Transaction tx)Convenience interceptor to allow operations to be performed before the begin is performed.voidStateManagerImpl. preBegin(Transaction tx)Method invoked just before a transaction starts for the ExecutionContext managing us.voidDNStateManager. preRollback(Transaction tx)Convenience interceptor to allow operations to be performed before any rollback is performed.voidStateManagerImpl. preRollback(Transaction tx)This method is invoked just before a rollback is performed in a Transaction involving the persistable object managed by this StateManager.LifeCycleStateLifeCycleState. transitionBegin(DNStateManager sm, Transaction tx)Method to transition to transaction begin state.LifeCycleStateLifeCycleState. transitionCommit(DNStateManager sm, Transaction tx)Method to transition to commit state.LifeCycleStateLifeCycleState. transitionRollback(DNStateManager sm, Transaction tx)Method to transition to rollback state.
- 
Uses of Transaction in org.datanucleus.store.connectionMethods in org.datanucleus.store.connection with parameters of type Transaction Modifier and Type Method Description ManagedConnectionConnectionManager. getConnection(boolean primary, ExecutionContext ec, Transaction txn)Accessor for a connection from the specified factory, for the specified ExecutionContext dependent on whether the connection will be enlisted.ManagedConnectionConnectionManagerImpl. getConnection(boolean primary, ExecutionContext ec, Transaction txn)
- 
Uses of Transaction in org.datanucleus.transactionClasses in org.datanucleus.transaction that implement Transaction Modifier and Type Class Description classTransactionImplImplementation of a (local) transaction for an ExecutionContext, for a datastore.
- 
Uses of Transaction in org.datanucleus.transaction.jtaClasses in org.datanucleus.transaction.jta that implement Transaction Modifier and Type Class Description classJTAJCATransactionImplA transaction that is synchronised with a Java Transaction Service (JTA) transaction with JCA.classJTATransactionImplTransaction that is synchronized with a Java Transaction Service (JTA) transaction.
 
-