Uses of Class
org.hibernate.boot.cfgxml.spi.MappingReference
-
Packages that use MappingReference Package Description org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xmlfiles. -
-
Uses of MappingReference in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return MappingReference Modifier and Type Method Description static MappingReferenceMappingReference. consume(JaxbCfgMappingReferenceType jaxbMapping)Methods in org.hibernate.boot.cfgxml.spi that return types with arguments of type MappingReference Modifier and Type Method Description List<MappingReference>LoadedConfig. getMappingReferences()
-