Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.internal |
The internals for building service registries.
|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.engine.config.internal |
Internal support for the configuration service implementation
|
org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
org.hibernate.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.engine.jdbc.cursor.internal |
Internals for JDBC REF_CURSOR support.
|
org.hibernate.engine.jdbc.dialect.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jndi.internal |
Internal contracts defining the JNDI support within Hibernate
|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.engine.spi | |
org.hibernate.engine.transaction.internal | |
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.hibernate.event.service.internal | |
org.hibernate.id.factory.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jmx.internal | |
org.hibernate.persister.internal | |
org.hibernate.service.internal | |
org.hibernate.service.spi | |
org.hibernate.stat.internal | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
R |
StandardServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
StrategySelector
IMPL NOTE : Currently implements the deprecated BootstrapServiceRegistry contract
so that the registry returned from the builder works on the deprecated sense. |
class |
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapServiceRegistryImpl.deRegisterChild(ServiceRegistryImplementor child) |
void |
BootstrapServiceRegistryImpl.registerChild(ServiceRegistryImplementor child) |
Modifier and Type | Method and Description |
---|---|
void |
C3P0ConnectionProvider.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
RegionFactory |
RegionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ConfigurationService |
ConfigurationServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
ConfigurationServiceImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
BatchBuilder |
BatchBuilderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
ConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
MultiTenantConnectionProvider |
MultiTenantConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
DriverManagerConnectionProviderImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Constructor and Description |
---|
BasicConnectionCreator(ServiceRegistryImplementor serviceRegistry,
String url,
Properties connectionProps,
boolean autocommit,
Integer isolation) |
ConnectionCreatorBuilder(ServiceRegistryImplementor serviceRegistry) |
DriverConnectionCreator(Driver driver,
ServiceRegistryImplementor serviceRegistry,
String url,
Properties connectionProps,
Boolean autocommit,
Integer isolation) |
DriverManagerConnectionCreator(ServiceRegistryImplementor serviceRegistry,
String url,
Properties connectionProps,
Boolean autocommit,
Integer isolation) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceBasedMultiTenantConnectionProviderImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
RefCursorSupport |
RefCursorSupportInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
DialectResolver |
DialectResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
DialectFactory |
DialectFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
DialectFactoryImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
JdbcServices |
JdbcServicesInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
JdbcServicesImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
JndiService |
JndiServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryImplementor |
SessionFactoryImplementor.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
TransactionFactory |
TransactionFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
JtaPlatformResolver |
JtaPlatformResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
AbstractJtaPlatform.injectServices(ServiceRegistryImplementor serviceRegistry) |
JtaPlatform |
StandardJtaPlatformResolver.resolveJtaPlatform(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformResolver.resolveJtaPlatform(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
MutableIdentifierGeneratorFactory |
MutableIdentifierGeneratorFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
DefaultIdentifierGeneratorFactory.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryImplementor |
SessionFactoryImpl.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
JmxService |
JmxServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
PersisterClassResolver |
PersisterClassResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
PersisterFactory |
PersisterFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
PersisterFactoryImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceRegistryImpl
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts
|
class |
SessionFactoryServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceRegistryImpl.deRegisterChild(ServiceRegistryImplementor child) |
SessionFactoryServiceRegistryFactoryImpl |
SessionFactoryServiceRegistryFactoryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
void |
AbstractServiceRegistryImpl.registerChild(ServiceRegistryImplementor child) |
Constructor and Description |
---|
AbstractServiceRegistryImpl(ServiceRegistryImplementor parent) |
AbstractServiceRegistryImpl(ServiceRegistryImplementor parent,
boolean autoCloseRegistry) |
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor theBasicServiceRegistry) |
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
Configuration configuration) |
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactoryServiceRegistry
Specialized
ServiceRegistry implementation that holds services which need access
to the SessionFactory during initialization. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryImplementor.deRegisterChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child
via this callback.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
void |
ServiceRegistryAwareService.injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.
|
void |
ServiceRegistryImplementor.registerChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child
via this callback.
|
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.