Class XMLMappingLoader

  • All Implemented Interfaces:
    MappingLoader

    public final class XMLMappingLoader
    extends AbstractMappingLoader
    An XML implementation of mapping helper. Creates XML class descriptors from the mapping file.
    Version:
    $Revision: 8152 $ $Date: 2006-02-23 01:37:50 -0700 (Thu, 23 Feb 2006) $
    Author:
    Keith Visco, Assaf Arkin
    • Constructor Detail

      • XMLMappingLoader

        public XMLMappingLoader​(java.lang.ClassLoader loader)
        Creates a new XMLMappingLoader. Joachim 2007-08-19: called via ClassLoader from XMLMappingLoaderFactory.getMappingLoader() must not be modified!!!
        Parameters:
        loader - the class loader to use