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

Packages that use ProjectFile
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 ProjectFile in org.apache.cayenne.project
 

Subclasses of ProjectFile in org.apache.cayenne.project
 class ApplicationProjectFile
          ApplicationProjectFile is a ProjectFile abstraction of the main project file in a Cayenne project.
 class DataMapFile
          DataMapFile is a ProjectFile abstraction of the DataMap file in a Cayenne project.
 class DataNodeFile
          DataNodeFile is a ProjectFile abstraction of the DataNode file in a Cayenne project.
 

Methods in org.apache.cayenne.project that return ProjectFile
 ProjectFile Project.findFile(Object obj)
          Looks up and returns a file wrapper for a project object.
 ProjectFile ApplicationProject.projectFileForObject(Object obj)
          Returns appropriate ProjectFile or null if object does not require a file of its own.
 ProjectFile DataMapProject.projectFileForObject(Object obj)
          Returns appropriate ProjectFile or null if object does not require a file of its own.
 ProjectFile PartialProject.projectFileForObject(Object obj)
           
abstract  ProjectFile Project.projectFileForObject(Object obj)
           
 



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