| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of DeleteFailedException in org.jaffa.persistence | 
| Methods in org.jaffa.persistence that throw DeleteFailedException | |
|  void | UOW.delete(Object object)Adds an object to the UOW for deletion from 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 DeleteFailedException in org.jaffa.persistence.engines | 
| Methods in org.jaffa.persistence.engines that throw DeleteFailedException | |
|  void | IPersistenceEngine.delete(IPersistent object)Deletes 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 DeleteFailedException in org.jaffa.persistence.engines.jdbcengine | 
| Methods in org.jaffa.persistence.engines.jdbcengine that throw DeleteFailedException | |
|  void | Engine.delete(IPersistent object)Deletes 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 DeleteFailedException in org.jaffa.persistence.engines.jdbcengine.datasource | 
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource that throw DeleteFailedException | |
|  void | PersistentTransaction.deleteObject(IPersistent object)Adds an object to the transaction to be deleted. | 
| Uses of DeleteFailedException in org.jaffa.persistence.exceptions | 
| Subclasses of DeleteFailedException in org.jaffa.persistence.exceptions | |
|  class | PostDeleteFailedExceptionThis exception is thrown if an error occurs in the PostDelete trigger of the persistent object. | 
|  class | PreDeleteFailedExceptionThis exception is thrown if an error occurs in the PreDelete trigger of the persistent object. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||