| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Criteria | |
| org.jaffa.beans.moulding.data.criteria | This contains all the base classes used for Criteria Data Access Objects. | 
| org.jaffa.components.finder | |
| org.jaffa.persistence | |
| org.jaffa.persistence.engines | |
| org.jaffa.persistence.engines.jdbcengine | |
| org.jaffa.persistence.engines.jdbcengine.datasource | |
| org.jaffa.persistence.engines.jdbcengine.querygenerator | |
| org.jaffa.rules.examples.domain | |
| Uses of Criteria in org.jaffa.beans.moulding.data.criteria | 
| Methods in org.jaffa.beans.moulding.data.criteria that return Criteria | |
| abstract  Criteria | CriteriaDAO.returnQueryClause()Return the real retrieve clause that will be executed for this query. | 
| Uses of Criteria in org.jaffa.components.finder | 
| Methods in org.jaffa.components.finder with parameters of type Criteria | |
| static void | FinderTx.addCriteria(CriteriaField field,
                       String name,
                       Criteria criteria)This method will update the input criteria, based on the 'field' and 'name' inputs. | 
| static void | FinderTx.addCriteria(DateTimeCriteriaField field,
                       String name,
                       Criteria criteria)This method will update the input criteria, based on the 'field' and 'name' inputs. | 
| Uses of Criteria in org.jaffa.persistence | 
| Subclasses of Criteria in org.jaffa.persistence | |
|  class | AtomicCriteriaThis class is used to for queries having combinations of AND/OR clauses | 
| Methods in org.jaffa.persistence with parameters of type Criteria | |
|  Collection | UOW.query(Criteria criteria)Queries the underlying persistent store based on the search profile passed in the Criteriaobject. | 
|  void | Criteria.addAggregate(Criteria criteria)Add another criteria object to indicate a join. | 
| Uses of Criteria in org.jaffa.persistence.engines | 
| Methods in org.jaffa.persistence.engines with parameters of type Criteria | |
|  Collection | IPersistenceEngine.query(Criteria criteria)Queries the underlying persistent store based on the search profile passed in the Criteria object. | 
| Uses of Criteria in org.jaffa.persistence.engines.jdbcengine | 
| Methods in org.jaffa.persistence.engines.jdbcengine with parameters of type Criteria | |
|  Collection | Engine.query(Criteria criteria)Queries the underlying persistent store based on the search profile passed in the Criteria object. | 
| Uses of Criteria in org.jaffa.persistence.engines.jdbcengine.datasource | 
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource with parameters of type Criteria | |
|  void | PersistentTransaction.queryObject(Criteria object)Adds a Criteria object to the transaction for performing a query. | 
|  Collection | DataSource.executeQuery(String sql,
                         ClassMetaData classMetaData,
                         Criteria criteria,
                         int queryTimeout)Executes a query against the underlying data source. | 
| Uses of Criteria in org.jaffa.persistence.engines.jdbcengine.querygenerator | 
| Methods in org.jaffa.persistence.engines.jdbcengine.querygenerator with parameters of type Criteria | |
| static String | QueryStatementHelper.getStatement(Criteria criteria,
                         String engineType)This parses a Criteriaobject for constructing relevant SQL. | 
| static Collection | JdbcBridge.executeQuery(Criteria criteria,
                         DataSource dataSource)Executes the query based on the Criteria object. | 
| static void | JdbcBridge.updatePersistentFlagsOnQuery(IPersistent object,
                                                         Criteria criteria)This method sets the appropriate flags on a Persistent object after being retrieved from the database. | 
| Uses of Criteria in org.jaffa.rules.examples.domain | 
| Methods in org.jaffa.rules.examples.domain that return Criteria | |
| static Criteria | ValidFieldValue.findByPKCriteria(String tableName,
                                 String fieldName,
                                 String legalValue)Returns a Criteria object for retrieving the domain object based on the input Primary Key. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||