First page Back Continue Last page Graphic
JDO Transactions
- Persistent objects- A view of database entities in memory
- Changes in memory are made durable when transaction commits
 
- Transactions- Record objects that were loaded/created
- Singular view of entity, concurrency locking
- Reflects changes (incl. relations) at commit