接口 NonDurableConnectionObserver
-
- 所有超级接口:
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.- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.engine.jdbc.spi.ConnectionObserver
logicalConnectionClosed, physicalConnectionObtained, physicalConnectionReleased, statementPrepared
-
-