Skip to Content
0
Former Member
Dec 02, 2009 at 11:43 AM

isolation level 0 and java persistence frameworks

32 Views

Hi,

i use www.castor.org as my persistence framework, castor have have its own lock engine and cache for entities, then i think to avoid some table lock in database to pass for JDBC connection the parameter isolation=0, as any update or write is made and controlled by castor in castor i dont have dirty data, anyone have experience with any other java persistence engine and used maxdb with lock engine managed by framework?

any insight about this are welcome.

best regards

Clóvis