Uses of Interface
org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
-
Packages that use CfgXmlAccessService Package Description org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xmlfiles. -
-
Uses of CfgXmlAccessService in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement CfgXmlAccessService Modifier and Type Class Description classCfgXmlAccessServiceImplMethods in org.hibernate.boot.cfgxml.internal that return CfgXmlAccessService Modifier and Type Method Description CfgXmlAccessServiceCfgXmlAccessServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.boot.cfgxml.internal that return types with arguments of type CfgXmlAccessService Modifier and Type Method Description Class<CfgXmlAccessService>CfgXmlAccessServiceInitiator. getServiceInitiated()
-