Class MetaDataEntityResolver

  • All Implemented Interfaces:
    EntityResolver

    public class MetaDataEntityResolver
    extends AbstractXMLEntityResolver
    Implementation of an entity resolver for MetaData XML files. Note that this applies to ALL types of MetaData XML (persistence.xml, JDO package.jdo, JDO package.orm, JDO package.jdoquery, JPA orm.xml). We could, potentially, separate these different types of MetaData XML file, and hence split up the entities based on the handler, but not considered a priority currently.
    • Constructor Detail

      • MetaDataEntityResolver

        public MetaDataEntityResolver​(PluginManager pluginMgr)
    • Method Detail

      • getRegisteredSchemas

        public Source[] getRegisteredSchemas()
        The list of schemas registered in the plugin "metadata_entityresolver".
        Returns:
        the Sources pointing to the .xsd files