The purpose is to use db stored procedures to do the post-processing of my object graph, something like (seudo-code);
start cayenne transaction cayenne commitChanges(); call stored procedure/function to post-process (heavy process). commit cayenne transaction I would be nice that if stored procedure fails then object graph remains in the state just before transaction started (at least the persistence state). Atte. Juan Manuel Díaz Lara
