Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Packages that use JaxbCfgMappingReferenceType Package Description org.hibernate.boot.cfgxml.spi 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 java.util.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 java.util.List<JaxbCfgMappingReferenceType>JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. getMapping()Gets the value of the mapping property.
-