Package org.hibernate.boot.xsd
Class ConfigXsdSupport
java.lang.Object
org.hibernate.boot.xsd.ConfigXsdSupport
Support for XSD handling related to Hibernate's `cfg.xml` and
JPA's `persistence.xml`.
The implementation attempts to not load XsdDescriptor instances which are not
necessary and favours memory efficiency over CPU efficiency, as this is expected
to be used only during bootstrap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XsdDescriptor
cfgXsd()
static XsdDescriptor
static XsdDescriptor
getJPA10()
static XsdDescriptor
getJPA20()
static XsdDescriptor
getJPA21()
static XsdDescriptor
getJPA22()
static XsdDescriptor
getJPA30()
static XsdDescriptor
getJPA31()
static XsdDescriptor
getJPA32()
static boolean
-
Constructor Details
-
ConfigXsdSupport
public ConfigXsdSupport()
-
-
Method Details
-
latestJpaDescriptor
-
shouldBeMappedToLatestJpaDescriptor
-
jpaXsd
-
cfgXsd
-
configurationXsd
-
getJPA10
-
getJPA20
-
getJPA21
-
getJPA22
-
getJPA30
-
getJPA31
-
getJPA32
-