From: Vance K. <va...@us...> - 2006-02-23 08:22:57
|
User: vancek Date: 06/02/23 00:22:55 Modified: andromda-ejb3/src/site/xdoc howto.xml Log: added composite pk table and security table Revision Changes Path 1.2 +14 -2 cartridges/andromda-ejb3/src/site/xdoc/howto.xml Index: howto.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- howto.xml 6 Feb 2006 04:17:23 -0000 1.1 +++ howto.xml 23 Feb 2006 08:22:55 -0000 1.2 @@ -72,10 +72,22 @@ </ul> </li> <li><a href="howto4.html">Composite Primary Key</a></li> - <li><a href="howto5.html">Non-Persistent Enumerations</a></li> + <li> + <a href="howto5.html">Non-Persistent Type-Safe Enumerations</a> + <ul> + <li><a href="howto5.html#Literals">Literals</a></li> + <li><a href="howto5.html#Enumeration_Types">Enumeration Types</a></li> + </ul> + </li> <li><a href="howto6.html">OCL to Query generator (finder methods)</a></li> <li><a href="howto7.html">Exception Handling</a></li> - <li><a href="howto8.html">Security</a></li> + <li> + <a href="howto8.html">Security</a> + <ul> + <li><a href="howto8.html#Configuration">Configuration</a></li> + <li><a href="howto8.html#Modelling">Modelling</a></li> + </ul> + </li> </ul> </p> <p> |