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.
|
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistry |
BootstrapServiceRegistryBuilder.build()
Build the bootstrap registry.
|
BootstrapServiceRegistry |
StandardServiceRegistryBuilder.getBootstrapServiceRegistry() |
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.
|
Constructor and Description |
---|
Configuration(BootstrapServiceRegistry serviceRegistry) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.