Uses of Interface
org.hibernate.resource.jdbc.spi.JdbcObserver
-
Packages that use JdbcObserver Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session". -
-
Uses of JdbcObserver in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcObserver Modifier and Type Class Description classJdbcObserverImplDeprecated, for removal: This API element is subject to removal in a future version.sinceJdbcObserveris deprecatedMethods in org.hibernate.internal that return JdbcObserver Modifier and Type Method Description JdbcObserverJdbcSessionContextImpl. getObserver()Deprecated.Constructors in org.hibernate.internal with parameters of type JdbcObserver Constructor Description JdbcSessionContextImpl(SessionFactoryImplementor sessionFactory, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, JdbcServices jdbcServices, BatchBuilder batchBuilder, JdbcObserver jdbcObserver) -
Uses of JdbcObserver in org.hibernate.resource.jdbc.internal
Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcObserver Constructor Description ResourceRegistryStandardImpl(JdbcObserver jdbcObserver) -
Uses of JdbcObserver in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JdbcObserver Modifier and Type Method Description JdbcObserverJdbcSessionContext. getObserver()Deprecated, for removal: This API element is subject to removal in a future version.sinceJdbcObserveris deprecated
-