But the manual says 'operation-order' is default update manager. May be the manual has to be updated! http://openjpa.apache.org/docs/latest/manual/ref_guide_conf_jdbc.html#openjpa.jdbc.UpdateManager
Regards, Prashant On Jan 3, 2008 12:11 AM, Pinaki Poddar <[EMAIL PROTECTED]> wrote: > > The order of SQL statements issued for update is determined by > org.apache.openjpa.jdbc.kernel.UpdateManager interface. At > configuration-level, the property is specified by the value of > 'openjpa.jdbc.UpdateManager' key. Two possible values are 'constraint' and > 'operation-order' -- the former being the default. >
