- TRANSACTIONAL_DB_CONNECTION - Static variable in interface org.osgi.service.transaction.control.jpa.JPAEntityManagerProviderFactory
-
- TransactionBuilder - Class in org.osgi.service.transaction.control
-
A builder for a piece of transactional work
- TransactionBuilder() - Constructor for class org.osgi.service.transaction.control.TransactionBuilder
-
- TransactionContext - Interface in org.osgi.service.transaction.control
-
A transaction context defines the current transaction, and allows resources
to register information and/or synchronisations
- TransactionControl - Interface in org.osgi.service.transaction.control
-
The interface used by clients to control the active transaction context
- TransactionException - Exception in org.osgi.service.transaction.control
-
An Exception indicating that there was a problem with starting, finishing,
suspending or resuming a transaction
- TransactionException(String) - Constructor for exception org.osgi.service.transaction.control.TransactionException
-
Creates a new TransactionException with the supplied message
- TransactionException(String, Throwable) - Constructor for exception org.osgi.service.transaction.control.TransactionException
-
Creates a new TransactionException with the supplied message and cause
- TransactionRolledBackException - Exception in org.osgi.service.transaction.control
-
An Exception indicating that the active transaction was unexpectedly rolled
back
- TransactionRolledBackException(String) - Constructor for exception org.osgi.service.transaction.control.TransactionRolledBackException
-
- TransactionRolledBackException(String, Throwable) - Constructor for exception org.osgi.service.transaction.control.TransactionRolledBackException
-
- TransactionStarter - Interface in org.osgi.service.transaction.control
-
Implementations of this interface are able to run a piece of work within a
transaction
- TransactionStatus - Enum in org.osgi.service.transaction.control
-
The status of the transaction
A transaction may not enter all of the states in this enum, however it will always
traverse the enum in ascending order.