类的使用
org.hibernate.boot.xsd.XsdDescriptor
-
使用XsdDescriptor的程序包 程序包 说明 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`) -
-
org.hibernate.boot.xsd中XsdDescriptor的使用
返回XsdDescriptor的org.hibernate.boot.xsd中的方法 修饰符和类型 方法 说明 static XsdDescriptorLocalXsdResolver. buildXsdDescriptor(String resourceName, String version, String namespaceUri)XsdDescriptorConfigXsdSupport. cfgXsd()XsdDescriptorMappingXsdSupport. hbmXsd()XsdDescriptorConfigXsdSupport. jpaXsd(String version)XsdDescriptorMappingXsdSupport. jpaXsd(String version)XsdDescriptorConfigXsdSupport. latestJpaDescriptor()XsdDescriptorMappingXsdSupport. latestJpaDescriptor()
-