|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionAbortedException | |
---|---|
org.apache.ojb.odmg |
Uses of TransactionAbortedException in org.apache.ojb.odmg |
---|
Subclasses of TransactionAbortedException in org.apache.ojb.odmg | |
---|---|
class |
TransactionAbortedExceptionOJB
This specialised exception allows us to capture the cause of an ODMG TransactionAbortedException. |
Methods in org.apache.ojb.odmg that throw TransactionAbortedException | |
---|---|
void |
TransactionAware.beforeCommit()
beforeCommit will give an object a chance to kill a transaction before it is committed. |
protected void |
TransactionImpl.doWriteObjects(boolean isFlush)
Write objects to data store, but don't release the locks. |
protected void |
TransactionImpl.prepareCommit()
Prepare does the actual work of moving the changes at the object level into storage (the underlying rdbms for instance). |
void |
ObjectEnvelopeTable.writeObjects(boolean reuse)
Perform write to DB on all registered object wrapper ( ObjectEnvelope ) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |