Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService
Packages that use ConfigurationService
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
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.model
Constructors in org.hibernate.boot.model with parameters of type ConfigurationServiceModifierConstructorDescriptionTypeBeanInstanceProducer(ConfigurationService configurationService) -
Uses of ConfigurationService in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionstatic booleanMetadataBuildingContext.isPreferJavaTimeJdbcTypesEnabled(ConfigurationService configurationService) static booleanMetadataBuildingContext.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