Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService
-
Packages that use ConfigurationService Package Description org.hibernate.engine.config.internal Internal support for the configuration service implementation -
-
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 standard ConfigurationService implementationMethods 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()
-