|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of UpdateFailedException in org.jaffa.persistence |
| Methods in org.jaffa.persistence that throw UpdateFailedException | |
void |
UOW.update(Object object)
Adds an object to the UOW for updation to the persistent store. |
void |
UOW.commit()
Objects that have been added, objects that have been deleted, and objects that have been updated, will all be persisted via an invocation of this method. |
| Uses of UpdateFailedException in org.jaffa.persistence.engines |
| Methods in org.jaffa.persistence.engines that throw UpdateFailedException | |
void |
IPersistenceEngine.update(IPersistent object)
Updates an object from the persistent store. |
void |
IPersistenceEngine.commit()
Objects that have been added, objects that have been deleted, and objects that have been updated, will all be persisted via an invocation of this method. |
| Uses of UpdateFailedException in org.jaffa.persistence.engines.jdbcengine |
| Methods in org.jaffa.persistence.engines.jdbcengine that throw UpdateFailedException | |
void |
Engine.update(IPersistent object)
Updates an object from the persistent store. |
void |
Engine.commit()
Objects that have been added, objects that have been deleted, and objects that have been updated, will all be persisted via an invocation of this method. |
| Uses of UpdateFailedException in org.jaffa.persistence.engines.jdbcengine.datasource |
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource that throw UpdateFailedException | |
void |
PersistentTransaction.updateObject(IPersistent object)
Adds an object to the transaction to be updated. |
| Uses of UpdateFailedException in org.jaffa.persistence.exceptions |
| Subclasses of UpdateFailedException in org.jaffa.persistence.exceptions | |
class |
PostUpdateFailedException
This exception is thrown if an error occurs in the PostUpdate trigger of the persistent object. |
class |
PreUpdateFailedException
This exception is thrown if an error occurs in the PreUpdate trigger of the persistent object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||