| Package | Description |
|---|---|
| org.hibernate.ejb.transaction | |
| org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
| org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
| org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
| org.hibernate.transaction.synchronization |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
JoinableCMTTransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
boolean |
JoinableCMTTransaction.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
boolean |
JoinableCMTTransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction) |
| Constructor and Description |
|---|
JoinableCMTTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionImpl
Concrete implementation of a Session, and also the central, organizing component
of Hibernate's internal implementation.
|
class |
StatelessSessionImpl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JDBCContext.Context |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionFactory.Context |
CMTTransaction.transactionContext |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
JDBCTransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
Begin a transaction and return the associated Transaction instance.
|
Transaction |
CMTTransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
Transaction |
JTATransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
Begin a transaction and return the associated Transaction instance.
|
Transaction |
TransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context context)
Begin a transaction and return the associated Transaction instance.
|
boolean |
JDBCTransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction)
Determine whether an underlying transaction is in progress.
|
boolean |
CMTTransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction) |
boolean |
JTATransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction)
Determine whether an underlying transaction is in progress.
|
boolean |
TransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction)
Determine whether an underlying transaction is in progress.
|
| Constructor and Description |
|---|
CacheSynchronization(TransactionFactory.Context ctx,
JDBCContext jdbcContext,
Transaction transaction,
Transaction tx) |
CMTTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
JDBCTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
JTATransaction(UserTransaction userTransaction,
JDBCContext jdbcContext,
TransactionFactory.Context transactionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterCompletionAction.doAction(TransactionFactory.Context ctx,
int status) |
boolean |
BeforeCompletionManagedFlushChecker.shouldDoManagedFlush(TransactionFactory.Context ctx,
Transaction jtaTransaction)
Check whether we should perform the managed flush
|
| Constructor and Description |
|---|
CallbackCoordinator(TransactionFactory.Context ctx,
JDBCContext jdbcContext,
Transaction jtaTransaction,
Transaction hibernateTransaction) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved