Package | Description |
---|---|
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.hql.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcServicesImpl
Standard implementation of the
JdbcServices contract |
Modifier and Type | Method and Description |
---|---|
JdbcServices |
LogicalConnectionImpl.getJdbcServices() |
JdbcServices |
JdbcServicesInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<JdbcServices> |
JdbcServicesInitiator.getServiceInitiated() |
Constructor and Description |
---|
LogicalConnectionImpl(Connection userSuppliedConnection,
ConnectionReleaseMode connectionReleaseMode,
JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess) |
Modifier and Type | Method and Description |
---|---|
protected JdbcServices |
ImplicitResultSetProxyHandler.getJdbcServices() |
protected abstract JdbcServices |
AbstractResultSetProxyHandler.getJdbcServices() |
protected JdbcServices |
ResultSetProxyHandler.getJdbcServices() |
protected JdbcServices |
AbstractStatementProxyHandler.getJdbcServices() |
Modifier and Type | Method and Description |
---|---|
JdbcServices |
LogicalConnectionImplementor.getJdbcServices()
Obtains the JDBC services associated with this logical connection.
|
Modifier and Type | Method and Description |
---|---|
JdbcServices |
SessionFactoryImplementor.getJdbcServices()
Get the JdbcServices.
|
Modifier and Type | Method and Description |
---|---|
JdbcServices |
TransactionEnvironment.getJdbcServices()
Retrieve the JDBC services for this environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PersistentTableBulkIdStrategy.exportTableDefinitions(List<Table> idTableDefinitions,
JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
Mappings mappings,
Mapping mapping) |
void |
PersistentTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
Mappings mappings,
Mapping mapping,
Map settings) |
void |
TemporaryTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
Mappings mappings,
Mapping mapping,
Map settings) |
void |
MultiTableBulkIdStrategy.prepare(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess,
Mappings mappings,
Mapping mapping,
Map settings)
Prepare the strategy.
|
void |
PersistentTableBulkIdStrategy.release(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess) |
void |
TemporaryTableBulkIdStrategy.release(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess) |
void |
MultiTableBulkIdStrategy.release(JdbcServices jdbcServices,
JdbcConnectionAccess connectionAccess)
Release the strategy.
|
Modifier and Type | Method and Description |
---|---|
JdbcServices |
SessionFactoryImpl.getJdbcServices() |
JdbcServices |
TransactionEnvironmentImpl.getJdbcServices() |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.