Uses of Class
org.hibernate.boot.xsd.XsdDescriptor
-
Packages that use XsdDescriptor Package Description org.hibernate.boot.xsd Support for XSD handling, specifically for ORM mappings (Hibernate's `hbm.xml` and JPA's `orm.xml`) and config files (Hibernate's `cfg.xml` and JPA's `persistence.xml`) -
-
Uses of XsdDescriptor in org.hibernate.boot.xsd
Methods in org.hibernate.boot.xsd that return XsdDescriptor Modifier and Type Method Description static XsdDescriptorLocalXsdResolver. buildXsdDescriptor(java.lang.String resourceName, java.lang.String version, java.lang.String namespaceUri)XsdDescriptorConfigXsdSupport. cfgXsd()XsdDescriptorMappingXsdSupport. hbmXsd()XsdDescriptorConfigXsdSupport. jpaXsd(java.lang.String version)XsdDescriptorMappingXsdSupport. jpaXsd(java.lang.String version)XsdDescriptorConfigXsdSupport. latestJpaDescriptor()XsdDescriptorMappingXsdSupport. latestJpaDescriptor()
-