Package net.sf.jso.query

Interface Summary
QueryProcessor Interface responsible for query processing operations.
 

Class Summary
CountQueryExecutor Executes queries for object counting.
Criteria Criteria used for object query.
CriteriaOperand Operand of a predicate.
CriteriaOperator Operator for criteria expressions.
FieldOperand Criteria operand which points to a variable's (class) field.
FieldOrder A small order expression composed of a variable, a field and an order operator.
JSOQueryProcessor Class responsible for query processing operations.
Order Order used for object query.
OrderOperator Operator for order expressions.
Parameters Parameters for object query.
Predicate A small criteria expression composed of two operands (left and right) and an operator.
RetrieveResult Retrieve results.
ValueOperand Criteria operand which holds a value, corresponding to a variable's (class) field.
Variable Query variable.
 

Exception Summary
ParameterException Storage exception thrown when query parameters are invalid.