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

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

Uses of QueryFailedException in org.jaffa.persistence
 

Methods in org.jaffa.persistence that throw QueryFailedException
 Collection UOW.query(Criteria criteria)
          Queries the underlying persistent store based on the search profile passed in the Criteria object.
 

Uses of QueryFailedException in org.jaffa.persistence.engines
 

Methods in org.jaffa.persistence.engines that throw QueryFailedException
 Collection IPersistenceEngine.query(Criteria criteria)
          Queries the underlying persistent store based on the search profile passed in the Criteria object.
 

Uses of QueryFailedException in org.jaffa.persistence.engines.jdbcengine
 

Methods in org.jaffa.persistence.engines.jdbcengine that throw QueryFailedException
 Collection Engine.query(Criteria criteria)
          Queries the underlying persistent store based on the search profile passed in the Criteria object.
 



Copyright © 2002-2004 JAFFA Project.