Uses of Interface
org.hibernate.boot.registry.StandardServiceRegistry
-
Packages that use StandardServiceRegistry Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of StandardServiceRegistry in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StandardServiceRegistry Modifier and Type Method Description MetadataMetadataSources. buildMetadata(StandardServiceRegistry serviceRegistry)MetadataBuilderMetadataSources. 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 StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistryStandardServiceRegistryBuilder. build()Build and return theStandardServiceRegistry. -
Uses of StandardServiceRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistryAbstractDelegatingMetadataBuildingOptions. getServiceRegistry()StandardServiceRegistryAbstractDelegatingSessionFactoryOptions. getServiceRegistry()StandardServiceRegistryBootstrapContext. getServiceRegistry()The service registry available to bootstrappingStandardServiceRegistryMetadataBuildingOptions. getServiceRegistry()Access to theStandardServiceRegistry.StandardServiceRegistrySessionFactoryOptions. 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 voidMetadataBuilderInitializer. contribute(MetadataBuilder metadataBuilder, StandardServiceRegistry serviceRegistry)
-