Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
org.hibernate.engine.spi | |
org.hibernate.resource.beans.spi | |
org.hibernate.service.spi | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StandardServiceInitiator<R extends Service>
Contract for an initiator of services that target the standard
ServiceRegistry . |
Modifier and Type | Class and Description |
---|---|
class |
NativeQueryInterpreterInitiator |
Modifier and Type | Class and Description |
---|---|
class |
CacheInitiator
Initiator for second level cache support
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedBeanRegistryInitiator
Hibernate's standard initializer for the ManagedBeanRegistry service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactoryServiceInitiator<R extends Service>
Contract for an initiator of services that target the specialized service registry
SessionFactoryServiceRegistry |
Modifier and Type | Method and Description |
---|---|
ServiceInitiator<R> |
ServiceBinding.getServiceInitiator() |
Modifier and Type | Method and Description |
---|---|
<R extends Service> |
ServiceBinding.ServiceLifecycleOwner.initiateService(ServiceInitiator<R> serviceInitiator) |
Constructor and Description |
---|
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner,
ServiceInitiator<R> serviceInitiator) |
Modifier and Type | Class and Description |
---|---|
class |
ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriate
ImportSqlCommandExtractor . |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.