| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcServices | |
|---|---|
| org.hibernate.engine.jdbc.internal | |
| org.hibernate.engine.jdbc.internal.proxy | |
| org.hibernate.engine.jdbc.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.engine.transaction.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| Uses of JdbcServices in org.hibernate.engine.jdbc.internal | 
|---|
| Classes in org.hibernate.engine.jdbc.internal that implement JdbcServices | |
|---|---|
|  class | JdbcServicesImplStandard implementation of the JdbcServicescontract | 
| 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.internal.proxy | 
|---|
| Methods in org.hibernate.engine.jdbc.internal.proxy that return JdbcServices | |
|---|---|
| protected abstract  JdbcServices | AbstractResultSetProxyHandler.getJdbcServices() | 
| protected  JdbcServices | AbstractStatementProxyHandler.getJdbcServices() | 
| protected  JdbcServices | ResultSetProxyHandler.getJdbcServices() | 
| protected  JdbcServices | ImplicitResultSetProxyHandler.getJdbcServices() | 
| 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.internal | 
|---|
| Methods in org.hibernate.internal that return JdbcServices | |
|---|---|
|  JdbcServices | SessionFactoryImpl.getJdbcServices() | 
|  JdbcServices | TransactionEnvironmentImpl.getJdbcServices() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||