blob: 811df7b3a2b0fd1f909a501fb77d9faf08cf9fba [file] [log] [blame]
Title: New System
<H3><A name="NewSystem-NewSystem"></A>New System</H3>
<P>For the tasks that do not use neither an existing Java layer, nor an existing database schema, Cayenne mapping project can serve as a starting point for both. User would start a new Cayenne project, create a DataMap with DbEntities corresponding to the desired schema, and then create a set of ObjEntities on top of that. After this is done, both Java and database layer can be generated from the mapping. </P>
<P>See the following topics explaining individual tasks involved:</P>
<UL>
<LI><A href="create-new-project.html" title="Create New Project">Create New Project</A></LI>
<LI><A href="generate-database-schema.html" title="Generate Database Schema">Generate Database Schema</A></LI>
<LI><A href="generate-java-classes.html" title="Generate Java Classes">Generate Java Classes</A></LI>
</UL>