org.hibernate.jdbc
Interface JDBCContext.Context
- TransactionFactory.Context
- SessionImpl, StatelessSessionImpl
public static interface JDBCContext.Context
afterTransactionBegin
public void afterTransactionBegin(Transaction tx)
We cannot rely upon this method being called! It is only
called if we are using Hibernate Transaction API.
afterTransactionCompletion
public void afterTransactionCompletion(boolean success,
Transaction tx)
beforeTransactionCompletion
public void beforeTransactionCompletion(Transaction tx)
isAutoCloseSessionEnabled
public boolean isAutoCloseSessionEnabled()