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

Packages that use JdbcServices
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.spi   
org.hibernate.engine.transaction.spi   
org.hibernate.hql.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

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

Classes in org.hibernate.engine.jdbc.internal that implement JdbcServices
 class JdbcServicesImpl
          Standard implementation of the JdbcServices contract
 

Methods in org.hibernate.engine.jdbc.internal that return JdbcServices
 JdbcServices LogicalConnectionImpl.getJdbcServices()
           
 JdbcServices JdbcServicesInitiator.initiateService(Map configurationValues, ServiceRegistryImplementor registry)
           
 

Methods in org.hibernate.engine.jdbc.internal that return types with arguments of type JdbcServices
 Class<JdbcServices> JdbcServicesInitiator.getServiceInitiated()
           
 

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

Uses of JdbcServices in org.hibernate.engine.jdbc.spi
 

Methods in org.hibernate.engine.jdbc.spi that return JdbcServices
 JdbcServices LogicalConnectionImplementor.getJdbcServices()
          Obtains the JDBC services associated with this logical connection.
 

Uses of JdbcServices in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return JdbcServices
 JdbcServices SessionFactoryImplementor.getJdbcServices()
          Get the JdbcServices.
 

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

Methods in org.hibernate.engine.transaction.spi that return JdbcServices
 JdbcServices TransactionEnvironment.getJdbcServices()
          Retrieve the JDBC services for this environment.
 

Uses of JdbcServices in org.hibernate.hql.spi
 

Methods in org.hibernate.hql.spi with parameters of type JdbcServices
protected  void PersistentTableBulkIdStrategy.exportTableDefinitions(List<Table> idTableDefinitions, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, Mappings mappings, Mapping mapping)
           
 void MultiTableBulkIdStrategy.prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, Mappings mappings, Mapping mapping, Map settings)
          Prepare the strategy.
 void TemporaryTableBulkIdStrategy.prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, Mappings mappings, Mapping mapping, Map settings)
           
 void PersistentTableBulkIdStrategy.prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, Mappings mappings, Mapping mapping, Map settings)
           
 void MultiTableBulkIdStrategy.release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)
          Release the strategy.
 void TemporaryTableBulkIdStrategy.release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)
           
 void PersistentTableBulkIdStrategy.release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)
           
 

Uses of JdbcServices in org.hibernate.internal
 

Methods in org.hibernate.internal that return JdbcServices
 JdbcServices SessionFactoryImpl.getJdbcServices()
           
 JdbcServices TransactionEnvironmentImpl.getJdbcServices()
           
 



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