From: Vance K. <va...@us...> - 2007-05-07 13:52:12
|
User: vancek Date: 07/05/07 06:50:26 Modified: andromda-ejb3/src/site/axdoc howto2.xml Log: hibernate cascade type docs Revision Changes Path 1.3 +8 -0 cartridges/andromda-ejb3/src/site/axdoc/howto2.xml Index: howto2.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/axdoc/howto2.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- howto2.xml 19 Jan 2007 14:35:42 -0000 1.2 +++ howto2.xml 7 May 2007 13:50:26 -0000 1.3 @@ -159,6 +159,14 @@ <li class="gen"><a href="howto/org/andromda/test/howto2/b/PersonDaoException.java"><code>PersonDaoException.java</code></a></li> </ul> </p> + <p class="highlight"> + If you enable Hibernate extensions by setting the value of the <b>persistenceProviderExtensions</b> + namespace property in your andromda.xml to <i>hibernate</i>, you can also model the + <code>@andromda.hibernate.cascade</code> tagged value on your association ends. This way, you + can further customize your cascade solution to use Hibernate specific cascade types such as + SAVE_UPDATE and DELETE_ORPHAN. Remember, this tagged value accepts a comma separated list + of fully qualified cascade types. + </p> </subsection> <a name="Fetch_Type"/> <subsection name="Fetch Type"> |