| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of AddFailedException in org.jaffa.persistence | 
| Methods in org.jaffa.persistence that throw AddFailedException | |
|  void | UOW.add(Object object)Adds an object to the UOW for addition 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 AddFailedException in org.jaffa.persistence.engines | 
| Methods in org.jaffa.persistence.engines that throw AddFailedException | |
|  void | IPersistenceEngine.add(IPersistent object)Adds an object to 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 AddFailedException in org.jaffa.persistence.engines.jdbcengine | 
| Methods in org.jaffa.persistence.engines.jdbcengine that throw AddFailedException | |
|  void | Engine.add(IPersistent object)Adds an object to 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 AddFailedException in org.jaffa.persistence.engines.jdbcengine.datasource | 
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource that throw AddFailedException | |
|  void | PersistentTransaction.addObject(IPersistent object)Adds an object to the transaction to be written. | 
| Uses of AddFailedException in org.jaffa.persistence.exceptions | 
| Subclasses of AddFailedException in org.jaffa.persistence.exceptions | |
|  class | PostAddFailedExceptionThis exception is thrown if an error occurs in the PostAdd trigger of the persistent object. | 
|  class | PreAddFailedExceptionThis exception is thrown if an error occurs in the PreAdd trigger of the persistent object. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||