Uses of Interface
org.hibernate.jdbc.ConnectionManager.Callback

Packages that use ConnectionManager.Callback
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
 

Uses of ConnectionManager.Callback in org.hibernate.jdbc
 

Classes in org.hibernate.jdbc that implement ConnectionManager.Callback
 class JDBCContext
          Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
 

Constructors in org.hibernate.jdbc with parameters of type ConnectionManager.Callback
ConnectionManager(SessionFactoryImplementor factory, ConnectionManager.Callback callback, ConnectionReleaseMode releaseMode, Connection connection, Interceptor interceptor)
          Constructs a ConnectionManager.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.