|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCContext | |
org.hibernate.transaction | This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. |
Uses of JDBCContext in org.hibernate.transaction |
Methods in org.hibernate.transaction with parameters of type JDBCContext | |
Transaction |
TransactionFactory.beginTransaction(JDBCContext jdbcContext,
TransactionFactory.Context context)
Begin a transaction and return the associated Transaction instance. |
Transaction |
JTATransactionFactory.beginTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
Transaction |
JDBCTransactionFactory.beginTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
Transaction |
CMTTransactionFactory.beginTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
Constructors in org.hibernate.transaction with parameters of type JDBCContext | |
JTATransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
JDBCTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
CMTTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
|
|
CacheSynchronization(TransactionFactory.Context ctx,
JDBCContext jdbcContext,
Transaction transaction,
Transaction tx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |