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 MappingReference
MappingReference. 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. mapping
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgMappingReferenceType Modifier and Type Method Description JaxbCfgMappingReferenceType
ObjectFactory. createJaxbCfgMappingReferenceType()
Create an instance ofJaxbCfgMappingReferenceType
Methods 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.
-