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

Packages that use JDBCContext.Context
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with 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)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved