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

Packages that use CommitFailedException
org.jaffa.persistence   
org.jaffa.persistence.engines   
org.jaffa.persistence.engines.jdbcengine   
 

Uses of CommitFailedException in org.jaffa.persistence
 

Methods in org.jaffa.persistence that throw CommitFailedException
 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 CommitFailedException in org.jaffa.persistence.engines
 

Methods in org.jaffa.persistence.engines that throw CommitFailedException
 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 CommitFailedException in org.jaffa.persistence.engines.jdbcengine
 

Methods in org.jaffa.persistence.engines.jdbcengine that throw CommitFailedException
 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.
 



Copyright © 2002-2004 JAFFA Project.