Uses of Interface
org.apache.cayenne.conf.ConfigLoaderDelegate

Packages that use ConfigLoaderDelegate
org.apache.cayenne.conf Contains classes dealing with Cayenne configuration files. 
org.apache.cayenne.project Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. 
 

Uses of ConfigLoaderDelegate in org.apache.cayenne.conf
 

Classes in org.apache.cayenne.conf that implement ConfigLoaderDelegate
 class RuntimeLoadDelegate
          Implementation of ConfigLoaderDelegate that creates Cayenne access objects stack.
 

Fields in org.apache.cayenne.conf declared as ConfigLoaderDelegate
protected  ConfigLoaderDelegate ConfigLoader.delegate
           
protected  ConfigLoaderDelegate Configuration.loaderDelegate
           
 

Methods in org.apache.cayenne.conf that return ConfigLoaderDelegate
 ConfigLoaderDelegate ConfigLoader.getDelegate()
          Returns the delegate.
 ConfigLoaderDelegate Configuration.getLoaderDelegate()
          Returns a delegate used for controlling the loading of configuration elements.
 

Methods in org.apache.cayenne.conf with parameters of type ConfigLoaderDelegate
 void Configuration.setLoaderDelegate(ConfigLoaderDelegate loaderDelegate)
           
 

Constructors in org.apache.cayenne.conf with parameters of type ConfigLoaderDelegate
ConfigLoader(ConfigLoaderDelegate delegate)
          Creates new ConfigLoader.
 

Uses of ConfigLoaderDelegate in org.apache.cayenne.project
 

Fields in org.apache.cayenne.project declared as ConfigLoaderDelegate
protected  ConfigLoaderDelegate PartialProject.loadDelegate
           
 



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