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. 
 

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
          Deprecated.  
 

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

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

Method parameters in org.apache.cayenne.project with type arguments of type DataNodeConfigInfo
 void ProjectConfigInfo.setNodes(List<DataNodeConfigInfo> nodes)
          Deprecated. Sets the nodes.
 void PartialProject.updateNodes(List<? extends DataNodeConfigInfo> list)
          Deprecated. Loads internal project and rewrites its nodes according to the list of DataNodeConfigInfo objects.
 



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