Uses of Class
org.apache.cayenne.project.DataNodeConfigInfo

Packages that use DataNodeConfigInfo
org.apache.cayenne.project Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. 
org.apache.cayenne.tools Command line tools and Ant tasks. 
 

Uses of DataNodeConfigInfo in org.apache.cayenne.project
 

Fields in org.apache.cayenne.project with type parameters of type DataNodeConfigInfo
protected  List<DataNodeConfigInfo> ProjectConfigInfo.nodes
           
 

Methods in org.apache.cayenne.project that return types with arguments of type DataNodeConfigInfo
 List<DataNodeConfigInfo> ProjectConfigInfo.getNodes()
          Returns the nodes.
 

Methods in org.apache.cayenne.project with parameters of type DataNodeConfigInfo
 void ProjectConfigInfo.addToNodes(DataNodeConfigInfo nodeInfo)
           
 

Method parameters in org.apache.cayenne.project with type arguments of type DataNodeConfigInfo
 void ProjectConfigInfo.setNodes(List<DataNodeConfigInfo> nodes)
          Sets the nodes.
 

Uses of DataNodeConfigInfo in org.apache.cayenne.tools
 

Methods in org.apache.cayenne.tools with parameters of type DataNodeConfigInfo
 void DeploymentConfigurator.addNode(DataNodeConfigInfo node)
           
 



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