Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.cache.internal | |
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.internal | |
org.hibernate.resource.beans.spi | |
org.hibernate.service.spi | |
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.jboss.as.jpa.hibernate5.service |
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 |
org.hibernate.cache.internal.RegionFactoryInitiator |
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 |
org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
CustomJtaPlatformInitiator
Custom JtaPlatform initiator for use inside WildFly picking an appropriate
fallback JtaPlatform.
|
class |
CustomRegionFactoryInitiator |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.