Package org.hibernate.engine.jdbc.spi
Interface NonDurableConnectionObserver
-
- All Superinterfaces:
ConnectionObserver
public interface NonDurableConnectionObserver extends ConnectionObserver
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.engine.jdbc.spi.ConnectionObserver
logicalConnectionClosed, physicalConnectionObtained, physicalConnectionReleased, statementPrepared
-
-