Hello All, UseCase: PersistenceBroker stores NEW object that has non-decomposed m:n relationship field.
Problem: Right after insert, PersistenceBrokerImpl calls storeCollections () method that performs redundant DELETE FROM... operation. Solution: It should be possible to pass current operation type update/insert to storeCollections () and avoid calling deleteMtoNImplementor() in case of insert. This operation type is always available in any caller method. P.S. Can somebody from OJB development confirm this message, please? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
