Uses of Interface
org.hibernate.jdbc.JDBCContext.Context

Packages that use JDBCContext.Context
org.hibernate.impl   
org.hibernate.jdbc   
 

Uses of JDBCContext.Context in org.hibernate.impl
 

Classes in org.hibernate.impl that implement JDBCContext.Context
 class SessionImpl
          Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
 class StatelessSessionImpl
           
 

Uses of JDBCContext.Context in org.hibernate.jdbc
 

Methods in org.hibernate.jdbc with parameters of type JDBCContext.Context
static JDBCContext JDBCContext.deserialize(ObjectInputStream ois, JDBCContext.Context context, Interceptor interceptor)
          Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
 

Constructors in org.hibernate.jdbc with parameters of type JDBCContext.Context
JDBCContext(JDBCContext.Context owner, Connection connection, Interceptor interceptor)