org.apache.cayenne.configuration
Class XMLDataMapLoader

java.lang.Object
  extended by org.apache.cayenne.configuration.XMLDataMapLoader
All Implemented Interfaces:
DataMapLoader

public class XMLDataMapLoader
extends java.lang.Object
implements DataMapLoader

Since:
3.1

Constructor Summary
XMLDataMapLoader()
           
 
Method Summary
 DataMap load(Resource configurationResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDataMapLoader

public XMLDataMapLoader()
Method Detail

load

public DataMap load(Resource configurationResource)
             throws CayenneRuntimeException
Specified by:
load in interface DataMapLoader
Throws:
CayenneRuntimeException


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.