Package net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion

Interface Summary
Criterion An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
 

Class Summary
BaseCriterion Base abstract criterion, just to share some useful fields/constants that should not end up in the interface.
BetweenExpression  
Conjunction  
Disjunction  
InExpression  
IsNotNullExpression  
IsNullExpression  
JCRFunctionExpression  
Junction A sequence of a logical expressions combined by some associative logical operator
LikeExpression  
LogicalExpression Superclass of binary logical expressions
MatchMode Represents an strategy for matching strings using "like".
NotExpression  
Order Represents an order imposed upon a Criteria result set
Restrictions The criterion package may be used by applications as a framework for building new kinds of Criterion.
SimpleExpression superclass for "simple" comparisons (with XPATH binary operators)
 



Copyright © 2009-2011 Openmind. All Rights Reserved.