Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService
Packages that use ConfigurationService
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
The built-in implementation of the configuration service.
-
Uses of ConfigurationService in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ConfigurationServiceMethods in org.hibernate.boot.internal with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.ModelsContext
BootstrapContextImpl.createModelBuildingContext
(ClassLoaderService classLoaderService, ConfigurationService configService) Constructors in org.hibernate.boot.internal with parameters of type ConfigurationServiceModifierConstructorDescriptionTypeBeanInstanceProducer
(ConfigurationService configurationService, ServiceRegistry serviceRegistry) -
Uses of ConfigurationService in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionstatic void
GeneratorParameters.collectParameters
(Value identifierValue, Dialect dialect, RootClass rootClass, BiConsumer<String, String> parameterCollector, ConfigurationService configService) static Properties
GeneratorParameters.collectParameters
(Value identifierValue, Dialect dialect, RootClass rootClass, Map<String, Object> configuration, ConfigurationService configService) Collect the parameters which should be passed toConfigurable.configure(GeneratorCreationContext, Properties)
.static int
GeneratorParameters.defaultIncrement
(ConfigurationService configService) -
Uses of ConfigurationService in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ConfigurationServiceModifier and TypeMethodDescriptionBootstrapContext.getConfigurationService()
Access to theConfigurationService
.Methods in org.hibernate.boot.spi with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionstatic boolean
MetadataBuildingContext.isPreferJavaTimeJdbcTypesEnabled
(ConfigurationService configurationService) static boolean
MetadataBuildingContext.isPreferNativeEnumTypesEnabled
(ConfigurationService configurationService) -
Uses of ConfigurationService in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement ConfigurationServiceMethods in org.hibernate.engine.config.internal that return ConfigurationServiceModifier and TypeMethodDescriptionConfigurationServiceInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.config.internal that return types with arguments of type ConfigurationService