Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Packages that use JaxbCfgMappingReferenceType Package Description org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xmlfiles.org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgMappingReferenceType in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi with parameters of type JaxbCfgMappingReferenceType Modifier and Type Method Description static MappingReferenceMappingReference. consume(JaxbCfgMappingReferenceType jaxbMapping) -
Uses of JaxbCfgMappingReferenceType in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi with type parameters of type JaxbCfgMappingReferenceType Modifier and Type Field Description protected List<JaxbCfgMappingReferenceType>JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. mappingMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgMappingReferenceType Modifier and Type Method Description JaxbCfgMappingReferenceTypeObjectFactory. createJaxbCfgMappingReferenceType()Create an instance ofJaxbCfgMappingReferenceTypeMethods in org.hibernate.boot.jaxb.cfg.spi that return types with arguments of type JaxbCfgMappingReferenceType Modifier and Type Method Description List<JaxbCfgMappingReferenceType>JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. getMapping()Gets the value of the mapping property.
-