Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService
-
Packages that use ConfigurationService Package Description org.hibernate.boot.model 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.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.engine.config.internal 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 ConfigurationService Constructor Description TypeBeanInstanceProducer(ConfigurationService configurationService) -
Uses of ConfigurationService in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ConfigurationService Modifier and Type Method Description static 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 ConfigurationService Modifier and Type Class Description classConfigurationServiceImplThe standardConfigurationServiceimplementation.Methods in org.hibernate.engine.config.internal that return ConfigurationService Modifier and Type Method Description ConfigurationServiceConfigurationServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.engine.config.internal that return types with arguments of type ConfigurationService Modifier and Type Method Description Class<ConfigurationService>ConfigurationServiceInitiator. getServiceInitiated()
-