Uses of Interface
org.hibernate.engine.jdbc.spi.ConnectionObserver
-
Packages that use ConnectionObserver Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of ConnectionObserver in org.hibernate.engine.jdbc.spi
Subinterfaces of ConnectionObserver in org.hibernate.engine.jdbc.spi Modifier and Type Interface Description interface
NonDurableConnectionObserver
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.Classes in org.hibernate.engine.jdbc.spi that implement ConnectionObserver Modifier and Type Class Description class
ConnectionObserverAdapter
A no-op adapter forConnectionObserver
. -
Uses of ConnectionObserver in org.hibernate.internal
Classes in org.hibernate.internal that implement ConnectionObserver Modifier and Type Class Description class
ConnectionObserverStatsBridge
-