Package | Description |
---|---|
com.saperion.database.query | |
com.saperion.database.query.predicates | |
com.saperion.database.query.predicates.meta | |
com.saperion.database.query.terms |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperation<ExpressionType>
Abstract base class for binary operations i.e.
|
class |
InternalBinaryFunction<OperandExpressionType,ResultExpressionType>
Abstract base class for internal binary functions i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
Contains<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first argument is contained in the second one. |
class |
Equality<ComparableType>
A
QueryExpression that checks the equality of its arguments. |
class |
ExpressionMatches
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
class |
FieldEquality<Type>
A
QueryExpression that that the equality of a field with a given parameter. |
class |
FieldIsLessThan<ParameterType extends Comparable<?>>
A
QueryExpression that checks whether a field is less than a given value. |
class |
GreaterEqual<ComparableType extends Comparable<?>>
A
QueryExpression that checks whether the first argument is greater than or equal
to the second one. |
class |
GreaterThan<ComparableType extends Comparable<?>>
A
QueryExpression that checks the first argument is greater than the second. |
class |
Inequality<Type1,Type2>
A
QueryExpression that checks the inequality of its arguments. |
class |
LessEqual<ComparableType extends Comparable<?>>
A
QueryExpression that checks whether the first argument is less than or equal
to the second one. |
class |
LessThan<ComparableType extends Comparable<?>>
A
QueryExpression that checks the first argument is less than the second. |
class |
MemberOf<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first operand is a member
of the second one. |
class |
NotContained<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its first argument is not contained in the second one. |
class |
NotMemberOf<ElementType,CollectionType extends Collection<ElementType>>
A
QueryPredicate that checks whether its first operand is not a member
of the second one. |
class |
StringFieldStartsWith
A
QueryExpression that checks whether a string field starts with
a given value. |
Modifier and Type | Class and Description |
---|---|
class |
Conjunction
A
QueryExpression that conjuncts two
QueryConditions i.e. |
class |
Disjunction
A
QueryExpression that disjuncts two
QueryConditions i.e. |
Modifier and Type | Class and Description |
---|---|
class |
Addition<NumericalType extends Number>
A
QueryExpression that represents the addition of two terms. |
class |
Division<NumericalType extends Number>
A
QueryExpression that represents the division of two terms. |
class |
Multiplication<NumericalType extends Number>
A
QueryExpression that represents the multiplication of two terms. |
class |
Subtraction<NumericalType extends Number>
A
QueryExpression that represents the subtraction of two terms. |
Copyright © 2016 SAPERION AG. All rights reserved.