| java.lang.Object org.apache.ojb.broker.query.CriteriaUtils
CriteriaUtils | public class CriteriaUtils (Code) | | This Class contains utility functions for Criterias.
author: Oleg Nitz version: $Id: CriteriaUtils.java,v 1.5.2.1 2005/12/21 22:27:09 tomdz Exp $ |
Method Summary | |
public static List | getDNF(Criteria crit) Disjunctive Normal Form: list of Criteria, which don't contain ORs,
the elements of the list joined by ORs give the condition equivalent
to the original Criteria. |
getDNF | public static List getDNF(Criteria crit)(Code) | | Disjunctive Normal Form: list of Criteria, which don't contain ORs,
the elements of the list joined by ORs give the condition equivalent
to the original Criteria.
|
|
|