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.xml
files. -
-
Uses of CfgXmlAccessService in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement CfgXmlAccessService Modifier and Type Class Description class
CfgXmlAccessServiceImpl
Methods in org.hibernate.boot.cfgxml.internal that return CfgXmlAccessService Modifier and Type Method Description CfgXmlAccessService
CfgXmlAccessServiceInitiator. 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()
-