| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ApplicationProjectFileApplicationProjectFile is a ProjectFile abstraction of the main project file in a Cayenne project. | 
|  class | DataMapFileDataMapFile is a ProjectFile abstraction of the DataMap file in a Cayenne project. | 
|  class | DataNodeFileDataNodeFile is a ProjectFile abstraction of the DataNode file in a Cayenne project. | 
| Fields in org.apache.cayenne.project with type parameters of type ProjectFile | |
|---|---|
| protected  List<ProjectFile> | Project.files | 
| 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)Deprecated. | 
| abstract  ProjectFile | Project.projectFileForObject(Object obj) | 
| Methods in org.apache.cayenne.project that return types with arguments of type ProjectFile | |
|---|---|
|  List<ProjectFile> | Project.buildFileList()Creates a list of project files. | 
| Method parameters in org.apache.cayenne.project with type arguments of type ProjectFile | |
|---|---|
| protected  void | Project.prepareSave(List<ProjectFile> filesToSave,
            List<Object> wrappedObjects) | 
| protected  void | Project.processSave(List<ProjectFile> modifiedFiles)Saves a list of modified files to temporary files. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||