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 XsdDescriptor
LocalXsdResolver. buildXsdDescriptor(java.lang.String resourceName, java.lang.String version, java.lang.String namespaceUri)
XsdDescriptor
ConfigXsdSupport. cfgXsd()
XsdDescriptor
MappingXsdSupport. hbmXsd()
XsdDescriptor
ConfigXsdSupport. jpaXsd(java.lang.String version)
XsdDescriptor
MappingXsdSupport. jpaXsd(java.lang.String version)
XsdDescriptor
ConfigXsdSupport. latestJpaDescriptor()
XsdDescriptor
MappingXsdSupport. latestJpaDescriptor()
-