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


Method Summary
 void afterTransactionCompletion(boolean success, Transaction tx)
           
 void beforeTransactionCompletion(Transaction tx)
           
 ConnectionReleaseMode getConnectionReleaseMode()
           
 boolean isAutoCloseSessionEnabled()
           
 
Methods inherited from interface org.hibernate.transaction.TransactionFactory.Context
getFactory, isFlushBeforeCompletionEnabled, isFlushModeNever, isOpen, managedClose, managedFlush, shouldAutoClose
 

Method Detail

beforeTransactionCompletion

public void beforeTransactionCompletion(Transaction tx)

afterTransactionCompletion

public void afterTransactionCompletion(boolean success,
                                       Transaction tx)

getConnectionReleaseMode

public ConnectionReleaseMode getConnectionReleaseMode()

isAutoCloseSessionEnabled

public boolean isAutoCloseSessionEnabled()