| Package | Description |
|---|---|
| org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
| org.hibernate.resource.beans.spi | |
| org.hibernate.service | |
| org.hibernate.testing.boot | |
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| Modifier and Type | Method and Description |
|---|---|
StandardServiceRegistryBuilder |
StandardServiceRegistryBuilder.addInitiator(StandardServiceInitiator initiator)
Adds a service initiator.
|
| Constructor and Description |
|---|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
org.hibernate.boot.cfgxml.internal.ConfigLoader loader,
LoadedConfig loadedConfig,
List<StandardServiceInitiator> initiators)
Intended for use exclusively from Quarkus boot-strapping, or extensions of
this class which need to override the standard ServiceInitiator list.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
LoadedConfig loadedConfig,
List<StandardServiceInitiator> initiators)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedBeanRegistryInitiator
Hibernate's standard initializer for the ManagedBeanRegistry service.
|
| Modifier and Type | Field and Description |
|---|---|
static List<StandardServiceInitiator> |
StandardServiceInitiators.LIST |
| Constructor and Description |
|---|
ServiceRegistryTestingImpl(boolean autoCloseRegistry,
BootstrapServiceRegistry bootstrapServiceRegistry,
List<StandardServiceInitiator> serviceInitiators,
List<org.hibernate.service.internal.ProvidedService> providedServices,
Map<?,?> configurationValues) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriate
ImportSqlCommandExtractor. |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.