Uses of Class
org.jaffa.persistence.exceptions.UpdateFailedException

Packages that use UpdateFailedException
org.jaffa.persistence   
org.jaffa.persistence.engines   
org.jaffa.persistence.engines.jdbcengine   
org.jaffa.persistence.engines.jdbcengine.datasource   
org.jaffa.persistence.exceptions   
 

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.
 



Copyright © 2002-2004 JAFFA Project.