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
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 int
GeneratorParameters.defaultIncrement
(ConfigurationService configService) -
Uses of ConfigurationService in org.hibernate.boot.spi
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