Class ConfigXsdSupport

java.lang.Object
org.hibernate.boot.xsd.ConfigXsdSupport

@Internal public class ConfigXsdSupport extends Object
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.