From: Vance K. <va...@us...> - 2006-02-24 06:06:01
|
User: vancek Date: 06/02/23 22:05:52 Modified: andromda-ejb3/src/site/xdoc howto.xml Log: added inheritance table Revision Changes Path 1.3 +14 -0 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.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- howto.xml 23 Feb 2006 08:22:55 -0000 1.2 +++ howto.xml 24 Feb 2006 06:05:49 -0000 1.3 @@ -33,6 +33,8 @@ <li><a href="howto1.html#Unique_Attributes">Unique Attributes</a></li> <li><a href="howto1.html#Attribute_Fetch_Type">Attribute Fetch Type</a></li> <li><a href="howto1.html#Transient_Attribute">Transient Attribute</a></li> + <li><a href="howto1.html#Insertable_Attribute">Insertable Attribute</a></li> + <li><a href="howto1.html#Updatable_Attribute">Updatable Attribute</a></li> <li><a href="howto1.html#Version_Attribute">Version Attribute</a></li> <li><a href="howto1.html#Attribute_Multiplicity">Attribute Multiplicity</a></li> <li><a href="howto1.html#Constant_Attribute">Constant Attribute</a></li> @@ -88,6 +90,18 @@ <li><a href="howto8.html#Modelling">Modelling</a></li> </ul> </li> + <li> + <a href="howto9.html">Inheritance</a> + <ul> + <li><a href="howto9.html#Mapped_Superclasses">Mapped Superclass</a></li> + <li><a href="howto9.html#Single_Table_Strategy">Single Table Strategy</a></li> + <li><a href="howto9.html#Discriminator_Components">Discriminator Components</a></li> + <li><a href="howto9.html#Table_Per_Class_Strategy">Table Per Class Strategy</a></li> + <li><a href="howto9.html#Table_Join_Strategy">Table Join Strategy</a></li> + <li><a href="howto9.html#Generic_Finder_Methods">Generic Finder Methods</a></li> + <li><a href="howto9.html#Helpful_Hints">Helpful Hints</a></li> + </ul> + </li> </ul> </p> <p> |