org.hibernate.jdbc
Interface JDBCContext.Context
- All Superinterfaces:
- TransactionFactory.Context
- All Known Implementing Classes:
- SessionImpl
- Enclosing interface:
- JDBCContext
- public static interface JDBCContext.Context
- extends TransactionFactory.Context
beforeTransactionCompletion
public void beforeTransactionCompletion(Transaction tx)
afterTransactionCompletion
public void afterTransactionCompletion(boolean success,
Transaction tx)
getConnectionReleaseMode
public ConnectionReleaseMode getConnectionReleaseMode()
isAutoCloseSessionEnabled
public boolean isAutoCloseSessionEnabled()