Class ConfigXsdSupport


  • public class ConfigXsdSupport
    extends java.lang.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.
    • Constructor Detail

      • ConfigXsdSupport

        public ConfigXsdSupport()