类 MappingXsdSupport
- java.lang.Object
-
- org.hibernate.boot.xsd.MappingXsdSupport
-
public class MappingXsdSupport extends Object
Support for XSD handling related to Hibernate's `hbm.xml` and JPA's `orm.xml`.- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static MappingXsdSupportINSTANCESingleton access
-
-
-
字段详细资料
-
INSTANCE
public static final MappingXsdSupport INSTANCE
Singleton access
-
-
方法详细资料
-
latestJpaDescriptor
public XsdDescriptor latestJpaDescriptor()
-
jpaXsd
public XsdDescriptor jpaXsd(String version)
-
hbmXsd
public XsdDescriptor hbmXsd()
-
-