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.xml
files. -
-
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 MappingReference
MappingReference. 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()
-