Uses of Interface
org.hibernate.boot.registry.StandardServiceRegistry
-
Packages that use StandardServiceRegistry Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.internal org.hibernate.boot.spi org.hibernate.testing.boot org.hibernate.testing.junit4 org.hibernate.testing.orm.junit org.hibernate.testing.schema -
-
Uses of StandardServiceRegistry in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StandardServiceRegistry Modifier and Type Method Description Metadata
MetadataSources. buildMetadata(StandardServiceRegistry serviceRegistry)
MetadataBuilder
MetadataSources. getMetadataBuilder(StandardServiceRegistry serviceRegistry)
Deprecated.UseMetadataSources.getMetadataBuilder()
instead -
Uses of StandardServiceRegistry in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistry
StandardServiceRegistryBuilder. build()
Build the StandardServiceRegistry. -
Uses of StandardServiceRegistry in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw StandardServiceRegistry Modifier and Type Class Description class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
-
Uses of StandardServiceRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistry
AbstractDelegatingMetadataBuildingOptions. getServiceRegistry()
StandardServiceRegistry
AbstractDelegatingSessionFactoryOptions. getServiceRegistry()
StandardServiceRegistry
BootstrapContext. getServiceRegistry()
StandardServiceRegistry
MetadataBuildingOptions. getServiceRegistry()
Access to the service registry.StandardServiceRegistry
SessionFactoryOptions. getServiceRegistry()
The service registry to use in building the factory.Methods in org.hibernate.boot.spi with parameters of type StandardServiceRegistry Modifier and Type Method Description void
MetadataBuilderInitializer. contribute(MetadataBuilder metadataBuilder, StandardServiceRegistry serviceRegistry)
-
Uses of StandardServiceRegistry in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement StandardServiceRegistry Modifier and Type Class Description class
ServiceRegistryTestingImpl
ServiceRegistry useful in testingMethods in org.hibernate.testing.boot that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistry
BootstrapContextImpl. getServiceRegistry()
Constructors in org.hibernate.testing.boot with parameters of type StandardServiceRegistry Constructor Description MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry)
-
Uses of StandardServiceRegistry in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return StandardServiceRegistry Modifier and Type Method Description protected StandardServiceRegistry
BaseNonConfigCoreFunctionalTestCase. serviceRegistry()
Methods in org.hibernate.testing.junit4 with parameters of type StandardServiceRegistry Modifier and Type Method Description protected void
BaseNonConfigCoreFunctionalTestCase. afterStandardServiceRegistryBuilt(StandardServiceRegistry ssr)
Hook to allow tests to use the StandardServiceRegistry if they wish -
Uses of StandardServiceRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return StandardServiceRegistry Modifier and Type Method Description static StandardServiceRegistry
ServiceRegistryExtension. findServiceRegistry(java.lang.Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
StandardServiceRegistry
ServiceRegistryScope. getRegistry()
StandardServiceRegistry
BaseSessionFactoryFunctionalTest. produceServiceRegistry(StandardServiceRegistryBuilder ssrBuilder)
StandardServiceRegistry
ServiceRegistryProducer. produceServiceRegistry(StandardServiceRegistryBuilder builder)
Methods in org.hibernate.testing.orm.junit with parameters of type StandardServiceRegistry Modifier and Type Method Description MetadataImplementor
BaseSessionFactoryFunctionalTest. produceModel(StandardServiceRegistry serviceRegistry)
MetadataImplementor
DomainModelProducer. produceModel(StandardServiceRegistry serviceRegistry)
Method parameters in org.hibernate.testing.orm.junit with type arguments of type StandardServiceRegistry Modifier and Type Method Description static void
ServiceRegistryScope. using(java.util.function.Supplier<StandardServiceRegistry> ssrProducer, java.util.function.Consumer<ServiceRegistryScope> action)
Generalized support for running exception-safe code using a ServiceRegistry to ensure proper shutdown -
Uses of StandardServiceRegistry in org.hibernate.testing.schema
Methods in org.hibernate.testing.schema with parameters of type StandardServiceRegistry Modifier and Type Method Description static void
SchemaCreateHelper. create(Metadata metadata, StandardServiceRegistry serviceRegistry, java.sql.Connection connection)
static void
SchemaDropHelper. drop(MetadataImplementor metadata, StandardServiceRegistry serviceRegistry, java.sql.Connection connection)
-