Package | Description |
---|---|
org.hibernate.engine.jdbc.cursor.internal |
Internals for JDBC REF_CURSOR support.
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
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 | Method and Description |
---|---|
void |
StandardRefCursorSupport.injectJdbcServices(JdbcServices jdbcServices)
Hook for service registry to be able to inject JdbcServices
|
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)
Constructs a LogicalConnectionImpl
|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
JdbcServices |
SessionFactoryImpl.getJdbcServices() |
JdbcServices |
TransactionEnvironmentImpl.getJdbcServices() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.