Package | Description |
---|---|
org.hibernate.ejb.transaction | |
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.envers.entities.mapper.relation.lazy | |
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 | Method and Description |
---|---|
JDBCContext |
SessionImplementor.getJDBCContext() |
Modifier and Type | Method and Description |
---|---|
JDBCContext |
AbstractDelegateSessionImplementor.getJDBCContext() |
Modifier and Type | Method and Description |
---|---|
JDBCContext |
SessionImpl.getJDBCContext() |
JDBCContext |
StatelessSessionImpl.getJDBCContext() |
Modifier and Type | Method and Description |
---|---|
static JDBCContext |
JDBCContext.deserialize(ObjectInputStream ois,
JDBCContext.Context context,
Interceptor interceptor)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionManager |
ConnectionManager.deserialize(ObjectInputStream ois,
SessionFactoryImplementor factory,
Interceptor interceptor,
ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext) |
Modifier and Type | Field and Description |
---|---|
protected JDBCContext |
CMTTransaction.jdbcContext |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionFactory.createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context context)
Begin a transaction and return the associated Transaction instance.
|
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.
|
boolean |
TransactionFactory.isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction)
Determine whether an underlying transaction is in progress.
|
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.
|
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) |
Constructor and Description |
---|
CallbackCoordinator(TransactionFactory.Context ctx,
JDBCContext jdbcContext,
Transaction jtaTransaction,
Transaction hibernateTransaction) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved