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 | |
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.engine.spi | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.hibernate.resource.beans.spi | |
org.hibernate.service.internal | |
org.hibernate.service.spi | |
org.hibernate.testing.boot | |
org.hibernate.testing.jdbc | |
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 |
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceBasedMultiTenantConnectionProviderImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryImplementor |
SessionFactoryImplementor.getServiceRegistry()
Access to the ServiceRegistry for this SessionFactory.
|
ServiceRegistryImplementor |
SessionFactoryDelegatingImpl.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
JtaPlatform |
JtaPlatformResolver.resolveJtaPlatform(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
ManagedBeanRegistry |
ManagedBeanRegistryInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
org.hibernate.service.internal.AbstractServiceRegistryImpl |
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 |
---|---|
ServiceRegistryImplementor |
SessionFactoryServiceInitiatorContext.getServiceRegistry() |
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,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry)
Deprecated.
|
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 | Class and Description |
---|---|
class |
ServiceRegistryTestingImpl
ServiceRegistry useful in testing
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTestingJdbcServiceImpl.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionProviderDelegate.injectServices(ServiceRegistryImplementor serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ImportSqlCommandExtractor |
ImportSqlCommandExtractorInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.