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.spi -
-
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)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 StandardServiceRegistryStandardServiceRegistryBuilder. build()Build the StandardServiceRegistry. -
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()StandardServiceRegistryMetadataBuildingOptions. getServiceRegistry()Access to the service registry.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)
-