Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcConnectionAccess

Packages that use JdbcConnectionAccess
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.spi   
org.hibernate.engine.transaction.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of JdbcConnectionAccess in org.hibernate.engine.jdbc.internal
 

Constructors in org.hibernate.engine.jdbc.internal with parameters of type JdbcConnectionAccess
LogicalConnectionImpl(Connection userSuppliedConnection, ConnectionReleaseMode connectionReleaseMode, JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess)
           
 

Uses of JdbcConnectionAccess in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return JdbcConnectionAccess
 JdbcConnectionAccess SessionImplementor.getJdbcConnectionAccess()
          Provides access to JDBC connections
 

Uses of JdbcConnectionAccess in org.hibernate.engine.transaction.spi
 

Methods in org.hibernate.engine.transaction.spi that return JdbcConnectionAccess
 JdbcConnectionAccess TransactionContext.getJdbcConnectionAccess()
           
 

Uses of JdbcConnectionAccess in org.hibernate.envers.entities.mapper.relation.lazy
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy that return JdbcConnectionAccess
 JdbcConnectionAccess AbstractDelegateSessionImplementor.getJdbcConnectionAccess()
           
 

Uses of JdbcConnectionAccess in org.hibernate.internal
 

Methods in org.hibernate.internal that return JdbcConnectionAccess
 JdbcConnectionAccess AbstractSessionImpl.getJdbcConnectionAccess()
           
 



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