Uses of Interface
org.hibernate.boot.registry.StandardServiceRegistry
Packages that use StandardServiceRegistry
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Defines service registry contracts a program may use for
configuring Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
SPI-level contracts around "current session" and "current tenant" support.
-
Uses of StandardServiceRegistry in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StandardServiceRegistryModifier and TypeMethodDescriptionMetadataSources.buildMetadata
(StandardServiceRegistry serviceRegistry) MetadataSources.getMetadataBuilder
(StandardServiceRegistry serviceRegistry) Get a builder for metadata where non-default options can be specified. -
Uses of StandardServiceRegistry in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return StandardServiceRegistryModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.build()
Build and return theStandardServiceRegistry
. -
Uses of StandardServiceRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StandardServiceRegistryModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getServiceRegistry()
AbstractDelegatingSessionFactoryOptions.getServiceRegistry()
BootstrapContext.getServiceRegistry()
The service registry available to bootstrappingMetadataBuildingOptions.getServiceRegistry()
Access to theStandardServiceRegistry
.SessionFactoryOptions.getServiceRegistry()
The service registry to use in building the factory.Methods in org.hibernate.boot.spi with parameters of type StandardServiceRegistryModifier and TypeMethodDescriptionvoid
MetadataBuilderInitializer.contribute
(MetadataBuilder metadataBuilder, StandardServiceRegistry serviceRegistry) -
Uses of StandardServiceRegistry in org.hibernate.context.spi
Methods in org.hibernate.context.spi with parameters of type StandardServiceRegistryModifier and TypeMethodDescriptionstatic @Nullable CurrentTenantIdentifierResolver
<Object> MultiTenancy.getTenantIdentifierResolver
(Map<String, Object> settings, StandardServiceRegistry registry) Obtain the configuredCurrentTenantIdentifierResolver
.static @Nullable TenantSchemaMapper
<Object> MultiTenancy.getTenantSchemaMapper
(Map<String, Object> settings, StandardServiceRegistry registry) Obtain the configuredTenantSchemaMapper
.