Uses of Package
org.datanucleus.transaction
Packages that use org.datanucleus.transaction
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Provides classes relating to the life cycle state management of a persistable object.
Package defining the connection to the datastore.
Package providing support specific to transactions for DataNucleus.
Package providing handlers for JTA transactions
-
Classes in org.datanucleus.transaction used by org.datanucleusClassDescriptionTransactionManager provides a facade for creating (Open/XA) transactions.Representation of an ExecutionContext transaction within DataNucleus.Listener of events raised on transaction begin, commit, rollback and flush.
-
Classes in org.datanucleus.transaction used by org.datanucleus.state
-
Classes in org.datanucleus.transaction used by org.datanucleus.store.connection
-
Classes in org.datanucleus.transaction used by org.datanucleus.transactionClassDescriptionTransaction allowing resources to be enlisted, with branches and phased commit, following the style of an Open/XA transaction.TransactionManager provides a facade for creating (Open/XA) transactions.Representation of an ExecutionContext transaction within DataNucleus.Listener of events raised on transaction begin, commit, rollback and flush.
-
Classes in org.datanucleus.transaction used by org.datanucleus.transaction.jtaClassDescriptionRepresentation of an ExecutionContext transaction within DataNucleus.Implementation of a (local) transaction for an ExecutionContext, for a datastore.