Roberts V wrote: > > > If the association is Composite, then hibernate cartridge generates > cascade="all" > If the association is Shared, then cascade="save-update" is generated. > > But in case of None (a "normal" association between two tables), the > hibernate cartridge generates cascade="save-update", shouldn't be > cascade="none" generated? > >
Hm, your are right. One principle of the Cartridge is to keep it simple. In respect thereof, a "none" should be generated. But also a possibility for configuration should be given. For this, or other ideas you can use the Fornax Tracker and create an issue. http://www.fornax-platform.org/tracker/secure/Dashboard.jspa http://www.fornax-platform.org/tracker/secure/Dashboard.jspa Regards Darius Jockel -- View this message in context: http://www.nabble.com/None--%3E-cascade%3D%22save-update%22-or-cascade%3D%22none%22-tf3702157s17564.html#a10371662 Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
