Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Packages that use JaxbCfgMappingReferenceType
Package
Description
An SPI service for processing and handling
cfg.xml files.-
Uses of JaxbCfgMappingReferenceType in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi with parameters of type JaxbCfgMappingReferenceTypeModifier and TypeMethodDescriptionstatic 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 JaxbCfgMappingReferenceTypeModifier and TypeFieldDescriptionprotected List<JaxbCfgMappingReferenceType>JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory.mappingMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgMappingReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbCfgMappingReferenceType()Create an instance ofJaxbCfgMappingReferenceTypeMethods in org.hibernate.boot.jaxb.cfg.spi that return types with arguments of type JaxbCfgMappingReferenceTypeModifier and TypeMethodDescriptionJaxbCfgHibernateConfiguration.JaxbCfgSessionFactory.getMapping()Gets the value of the mapping property.