接口的使用
org.hibernate.engine.jdbc.spi.ConnectionObserver
-
使用ConnectionObserver的程序包 程序包 说明 org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.jdbc.spi中ConnectionObserver的使用
org.hibernate.engine.jdbc.spi中ConnectionObserver的子接口 修饰符和类型 接口 说明 interfaceNonDurableConnectionObserverAdditional optional contract for connection observers to indicate that they should be released when the physical connection is released.实现ConnectionObserver的org.hibernate.engine.jdbc.spi中的类 修饰符和类型 类 说明 classConnectionObserverAdapterA no-op adapter for ConnectionObserver. -
org.hibernate.internal中ConnectionObserver的使用
实现ConnectionObserver的org.hibernate.internal中的类 修饰符和类型 类 说明 classConnectionObserverStatsBridge
-