Uses of Interface
org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
Packages that use JdbcSessionContext Package Description org.hibernate.engine.spi org.hibernate.internal org.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi -
-
Uses of JdbcSessionContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcSessionContext Modifier and Type Method Description JdbcSessionContext
SessionDelegatorBaseImpl. getJdbcSessionContext()
-
Uses of JdbcSessionContext in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcSessionContext Modifier and Type Class Description class
JdbcSessionContextImpl
Methods in org.hibernate.internal that return JdbcSessionContext Modifier and Type Method Description JdbcSessionContext
AbstractSharedSessionContract. 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 LogicalConnectionManagedImpl
LogicalConnectionManagedImpl. 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 JdbcSessionContext
JdbcSessionOwner. getJdbcSessionContext()
-