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.internal org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.internal.util.config org.hibernate.jpa.boot.internal 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 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.internal
Methods in org.hibernate.boot.internal that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistryBootstrapContextImpl. getServiceRegistry()StandardServiceRegistryMetadataBuilderImpl.MetadataBuildingOptionsImpl. getServiceRegistry()StandardServiceRegistrySessionFactoryOptionsBuilder. getServiceRegistry()Constructors in org.hibernate.boot.internal with parameters of type StandardServiceRegistry Constructor Description BootstrapContextImpl(StandardServiceRegistry serviceRegistry, MetadataBuildingOptions metadataBuildingOptions)MappingDefaultsImpl(StandardServiceRegistry serviceRegistry)MetadataBuilderImpl(MetadataSources sources, StandardServiceRegistry serviceRegistry)MetadataBuildingOptionsImpl(StandardServiceRegistry serviceRegistry)SessionFactoryOptionsBuilder(StandardServiceRegistry serviceRegistry, BootstrapContext context) -
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.registry.internal
Classes in org.hibernate.boot.registry.internal that implement StandardServiceRegistry Modifier and Type Class Description classStandardServiceRegistryImplStandard Hibernate implementation of the standard service registry. -
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) -
Uses of StandardServiceRegistry in org.hibernate.internal.util.config
Methods in org.hibernate.internal.util.config with parameters of type StandardServiceRegistry Modifier and Type Method Description static intConfigurationHelper. getPreferredSqlTypeCodeForArray(StandardServiceRegistry serviceRegistry)static intConfigurationHelper. getPreferredSqlTypeCodeForBoolean(StandardServiceRegistry serviceRegistry)static intConfigurationHelper. getPreferredSqlTypeCodeForDuration(StandardServiceRegistry serviceRegistry)static intConfigurationHelper. getPreferredSqlTypeCodeForInstant(StandardServiceRegistry serviceRegistry)static intConfigurationHelper. getPreferredSqlTypeCodeForUuid(StandardServiceRegistry serviceRegistry) -
Uses of StandardServiceRegistry in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return StandardServiceRegistry Modifier and Type Method Description protected StandardServiceRegistryEntityManagerFactoryBuilderImpl. getStandardServiceRegistry()Exposed to extensions: see Hibernate ReactiveMethods in org.hibernate.jpa.boot.internal with parameters of type StandardServiceRegistry Modifier and Type Method Description protected voidEntityManagerFactoryBuilderImpl. populateSfBuilder(SessionFactoryBuilder sfBuilder, StandardServiceRegistry ssr) -
Uses of StandardServiceRegistry in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement StandardServiceRegistry Modifier and Type Class Description classServiceRegistryTestingImplServiceRegistry useful in testingMethods in org.hibernate.testing.boot that return StandardServiceRegistry Modifier and Type Method Description StandardServiceRegistryBootstrapContextImpl. 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 StandardServiceRegistryBaseNonConfigCoreFunctionalTestCase. serviceRegistry()Methods in org.hibernate.testing.junit4 with parameters of type StandardServiceRegistry Modifier and Type Method Description protected voidBaseNonConfigCoreFunctionalTestCase. 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 StandardServiceRegistryServiceRegistryScope. getRegistry()StandardServiceRegistryBaseSessionFactoryFunctionalTest. produceServiceRegistry(StandardServiceRegistryBuilder ssrBuilder)StandardServiceRegistryServiceRegistryProducer. produceServiceRegistry(StandardServiceRegistryBuilder builder)Methods in org.hibernate.testing.orm.junit with parameters of type StandardServiceRegistry Modifier and Type Method Description MetadataImplementorBaseSessionFactoryFunctionalTest. produceModel(StandardServiceRegistry serviceRegistry)MetadataImplementorDomainModelProducer. produceModel(StandardServiceRegistry serviceRegistry)Method parameters in org.hibernate.testing.orm.junit with type arguments of type StandardServiceRegistry Modifier and Type Method Description static voidServiceRegistryScope. using(Supplier<StandardServiceRegistry> ssrProducer, 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 voidSchemaCreateHelper. create(Metadata metadata, StandardServiceRegistry serviceRegistry, Connection connection)static voidSchemaDropHelper. drop(MetadataImplementor metadata, StandardServiceRegistry serviceRegistry, Connection connection)
-