taylorkj wrote: > > I have to say I am quite impressed by what I have seen of oaw in general > and the hibernate cartridge. > Thank you very much.
taylorkj wrote: > > I assume it is possible to model relationships such that this kind of save > happens automatically, but I'm not sure whether in a real system that > would be too restrictive. Do you have any thoughts or guidance which would > help ? > You are searching for cascade operations. Please refer: http://www.hibernate.org/hib_docs/reference/en/html/objectstate.html#objectstate-transitive http://www.hibernate.org/hib_docs/reference/en/html/objectstate.html#objectstate-transitive You can set the cascade property of an association by setting the tagged value cascade of the <<EntityRelation>> Regards Darius -- View this message in context: http://www.nabble.com/Overriding-db-driver-settings-in-workflow-tp17675333s17564p18057723.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
