Package org.hibernate.reactive.provider
Class ReactiveServiceRegistryBuilder
java.lang.Object
org.hibernate.boot.registry.StandardServiceRegistryBuilder
org.hibernate.reactive.provider.ReactiveServiceRegistryBuilder
Adaptation of
StandardServiceRegistryBuilder
; the main difference
is the use of a different initial set of services and the fact this will
not attempt to load service contributors and other Integrators
.- See Also:
-
ReactiveServiceInitiators
-
Field Summary
Fields inherited from class org.hibernate.boot.registry.StandardServiceRegistryBuilder
DEFAULT_CFG_RESOURCE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a default builder.ReactiveServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry) Create a builder with the specified bootstrap services.ReactiveServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline) Create a builder with the specified bootstrap services. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
destroy
(ServiceRegistry serviceRegistry) Destroy a service registry.forJpa
(BootstrapServiceRegistry bootstrapServiceRegistry) Methods inherited from class org.hibernate.boot.registry.StandardServiceRegistryBuilder
addInitiator, addService, applySetting, applySettings, applySettings, build, clearSettings, configure, configure, configure, configure, configure, disableAutoClose, enableAutoClose, getAggregatedCfgXml, getBootstrapServiceRegistry, getConfigLoader, getSettings, loadProperties, loadProperties
-
Constructor Details
-
ReactiveServiceRegistryBuilder
public ReactiveServiceRegistryBuilder()Create a default builder. -
ReactiveServiceRegistryBuilder
Create a builder with the specified bootstrap services.- Parameters:
bootstrapServiceRegistry
- Provided bootstrap registry to use.
-
ReactiveServiceRegistryBuilder
public ReactiveServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline) Create a builder with the specified bootstrap services.- Parameters:
bootstrapServiceRegistry
- Provided bootstrap registry to use.
-
-
Method Details
-
forJpa
public static StandardServiceRegistryBuilder forJpa(BootstrapServiceRegistry bootstrapServiceRegistry) -
destroy
Destroy a service registry. Applications should only destroy registries they have explicitly created.- Parameters:
serviceRegistry
- The registry to be closed.
-