| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Project | |
|---|---|
| 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. | 
| org.apache.cayenne.project.validator | |
| Uses of Project in org.apache.cayenne.conf | 
|---|
| Methods in org.apache.cayenne.conf with parameters of type Project | |
|---|---|
|  void | ConfigSaver.storeDataNode(PrintWriter pw,
              Project project,
              DataSourceInfo info)Stores DataSolurceInfo to the specified PrintWriter. | 
| Uses of Project in org.apache.cayenne.project | 
|---|
| Subclasses of Project in org.apache.cayenne.project | |
|---|---|
|  class | ApplicationProjectRepresents Cayenne application project. | 
|  class | DataMapProjectCayenne project that consists of a single DataMap. | 
|  class | PartialProjectDeprecated. since 3.0. ProjectConfiguratorapproach turned out to be not
             usable, and is in fact rarely used (if ever). It will be removed in
             subsequent releases. | 
| Fields in org.apache.cayenne.project declared as Project | |
|---|---|
| protected  Project | ProjectFile.projectObj | 
| Methods in org.apache.cayenne.project that return Project | |
|---|---|
| static Project | Project.createProject(File projectFile)Factory method to create the right project type given project file. | 
|  Project | ProjectFile.getProject()Returns the project. | 
| Methods in org.apache.cayenne.project with parameters of type Project | |
|---|---|
|  void | ProjectTraversal.traverseProject(Project project,
                ProjectPath path)Performs traversal starting from the Project and down to its children. | 
| Constructors in org.apache.cayenne.project with parameters of type Project | |
|---|---|
| ApplicationProjectFile(Project project)Constructor for default ApplicationProjectFile. | |
| ApplicationProjectFile(Project project,
                       String fileName)Constructor for ApplicationProjectFile with an existing file. | |
| DataMapFile(Project project,
            DataMap map)Constructor for DataMapFile. | |
| DataNodeFile(Project project,
             DataNode node)Constructor for DataNodeFile. | |
| ProjectFile(Project project,
            String location)Constructor for ProjectFile. | |
| Uses of Project in org.apache.cayenne.project.validator | 
|---|
| Fields in org.apache.cayenne.project.validator declared as Project | |
|---|---|
| protected  Project | Validator.project | 
| Methods in org.apache.cayenne.project.validator that return Project | |
|---|---|
|  Project | Validator.getProject()Returns the project. | 
| Constructors in org.apache.cayenne.project.validator with parameters of type Project | |
|---|---|
| Validator(Project project)Creates a new validator initialized with the project. | |
| Validator(Project project,
          ConfigStatus status)Initializes validator with the project loading config status. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||