Package org.qi4j.api.query.grammar

Interface Summary
AssociationIsNotNullPredicate Constraints that a Association is not null (is set).
AssociationIsNullPredicate Constraints that an Association is null (not set).
AssociationNullPredicate  
AssociationReference An expression related to Association.
BooleanExpression JAVADOC Add JavaDoc
ComparisonPredicate<T> JAVADOC Add JavaDoc
Conjunction A logical "AND" between two boolean expressions.
ContainsAllPredicate<T,C extends Collection<T>>  
ContainsPredicate<T,C extends Collection<T>>  
Disjunction A logical "OR" between two boolean expressions.
EqualsPredicate<T> Constraints that a Property is equal to a value (as in Property.get() = X).
GreaterOrEqualPredicate<T> Constraints that a Property is greater than or equal to a value (as in Property.get() >= X).
GreaterThanPredicate<T> Constraints that a Property is greater than a value (as in Property.get() > X).
LessOrEqualPredicate<T> Constraints that a Property is less than or equal to a value (as in Property.get() <= X).
LessThanPredicate<T> Constraints that a Property is less than a value (as in Property.get() < X).
ManyAssociationContainsPredicate<T>  
ManyAssociationReference An expression related to ManyAssociation.
MatchesPredicate Constraints that a Property matches a regular expression.
NamedQueryExpression  
Negation A logical "NOT" on a boolean expression.
NotEqualsPredicate<T> Constraints that a Property is not equal to a value (as in Property.get() != X).
OrderBy Query sorting segment.
Predicate JAVADOC Add JavaDoc
PropertyIsNotNullPredicate<T> Constraints that a Property is not null (is set).
PropertyIsNullPredicate<T> Constraints that a Property is null (not set).
PropertyNullPredicate<T> JAVADOC Add JavaDoc
PropertyReference<T> An expression related to Property.
PropertyReferenceValueExpression<T> JAVADOC Add JavaDoc
SingleValueExpression<T> JAVADOC Add JavaDoc
ValueExpression<T> JAVADOC Add JavaDoc
VariableValueExpression<T>  
 

Enum Summary
AssociationReference.ReferenceType  
OrderBy.Order Order direction.