Uses of Interface
org.hibernate.resource.jdbc.spi.JdbcSessionContext
Packages that use JdbcSessionContext
Package
Description
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Implementation of the SPI for managing JDBC connections and other heavyweight resources.
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 JdbcSessionContextModifier and TypeMethodDescriptionprotected final JdbcSessionContext
MutationStatementPreparerImpl.settings()
-
Uses of JdbcSessionContext in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type JdbcSessionContextModifier and TypeMethodDescriptionvoid
SqlStatementLogger.logSlowQuery
(String sql, long startTimeNanos, JdbcSessionContext context) Log a slow SQL query -
Uses of JdbcSessionContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcSessionContextModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJdbcSessionContext()
SharedSessionDelegatorBaseImpl.getJdbcSessionContext()
-
Uses of JdbcSessionContext in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcSessionContextMethods in org.hibernate.internal that return JdbcSessionContext -
Uses of JdbcSessionContext in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal with parameters of type JdbcSessionContextModifier and TypeMethodDescriptionstatic LogicalConnectionManagedImpl
LogicalConnectionManagedImpl.deserialize
(ObjectInputStream ois, JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext) Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcSessionContextModifierConstructorDescriptionLogicalConnectionManagedImpl
(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, SqlExceptionHelper sqlExceptionHelper, ResourceRegistry resourceRegistry) 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