Uses of Interface
org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
Packages that use JdbcSessionContext Package Description org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.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 JdbcSessionContext in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return JdbcSessionContext Modifier and Type Method Description protected JdbcSessionContextMutationStatementPreparerImpl. settings() -
Uses of JdbcSessionContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcSessionContext Modifier and Type Method Description JdbcSessionContextSessionDelegatorBaseImpl. getJdbcSessionContext()JdbcSessionContextSharedSessionDelegatorBaseImpl. getJdbcSessionContext() -
Uses of JdbcSessionContext in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcSessionContext Modifier and Type Class Description classJdbcSessionContextImplMethods in org.hibernate.internal that return JdbcSessionContext Modifier and Type Method Description JdbcSessionContextAbstractSharedSessionContract. getJdbcSessionContext() -
Uses of JdbcSessionContext in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal with parameters of type JdbcSessionContext Modifier and Type Method Description static LogicalConnectionManagedImplLogicalConnectionManagedImpl. deserialize(ObjectInputStream ois, JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext)Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcSessionContext Constructor Description LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices) -
Uses of JdbcSessionContext in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JdbcSessionContext Modifier and Type Method Description JdbcSessionContextJdbcSessionOwner. getJdbcSessionContext()
-