Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.testing.boot | |
org.hibernate.testing.junit4 |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistry |
BootstrapServiceRegistryBuilder.build()
Build the bootstrap registry.
|
BootstrapServiceRegistry |
StandardServiceRegistryBuilder.getBootstrapServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
static StandardServiceRegistryBuilder |
StandardServiceRegistryBuilder.forJpa(BootstrapServiceRegistry bootstrapServiceRegistry)
Intended only for use from
EntityManagerFactoryBuilderImpl . |
Constructor and Description |
---|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry)
Create a builder with the specified bootstrap services.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
LoadedConfig loadedConfigBaseline)
Create a builder with the specified bootstrap services.
|
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)
Intended for use exclusively from JPA boot-strapping, or extensions of
this class.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
LoadedConfig loadedConfig,
List<StandardServiceInitiator> initiators)
Deprecated.
Quarkus will switch to use
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List) |
Constructor and Description |
---|
Configuration(BootstrapServiceRegistry serviceRegistry) |
Constructor and Description |
---|
ServiceRegistryTestingImpl(boolean autoCloseRegistry,
BootstrapServiceRegistry bootstrapServiceRegistry,
List<StandardServiceInitiator> serviceInitiators,
List<org.hibernate.service.internal.ProvidedService> providedServices,
Map<?,?> configurationValues) |
Modifier and Type | Method and Description |
---|---|
protected BootstrapServiceRegistry |
BaseCoreFunctionalTestCase.buildBootstrapServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseNonConfigCoreFunctionalTestCase.afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry bsr)
Hook to allow tests to use the BootstrapServiceRegistry if they wish
|
protected org.hibernate.boot.registry.internal.StandardServiceRegistryImpl |
BaseCoreFunctionalTestCase.buildServiceRegistry(BootstrapServiceRegistry bootRegistry,
Configuration configuration) |
protected Configuration |
BaseCoreFunctionalTestCase.constructAndConfigureConfiguration(BootstrapServiceRegistry bootstrapServiceRegistry) |
protected Configuration |
BaseCoreFunctionalTestCase.constructConfiguration(BootstrapServiceRegistry bootstrapServiceRegistry) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.