org.hibernate.jdbc
Interface ConnectionManager.Callback

All Known Implementing Classes:
JDBCContext
Enclosing interface:
ConnectionManager

public static interface ConnectionManager.Callback


Method Summary
 void connectionCleanedUp()
           
 void connectionOpened()
           
 boolean isTransactionInProgress()
           
 

Method Detail

connectionOpened

public void connectionOpened()

connectionCleanedUp

public void connectionCleanedUp()

isTransactionInProgress

public boolean isTransactionInProgress()