Class | Description |
---|---|
ConjunctionExpression | |
ConstantExpression |
This is an implementation of
Expression that is constant and will always evaluate to a
static (fixed) value. |
Expressions |
Gives static access to create
Expression s and Argument s. |
SimpleExpressionFormatter |
A simple implementation of
ExpressionFormatter . |
SingleExpression<L,R> |
This is the implementation of
Expression for a single operation on given arguments. |
SqlOperator<T,S> |
A
SqlOperator represents the SQL function that compares two given values in expressions (e.g. |
SqlOperator.SqlOperatorBetween<N extends Number> |
Abstract base implementation of
SqlOperator for comparison of Number with Range using SQL
BETWEEN operation. |
SqlOperator.SqlOperatorContainment |
Abstract base implementation of
SqlOperator for String comparison operations. |
SqlOperator.SqlOperatorEmptyness | |
SqlOperator.SqlOperatorLike |
Abstract base implementation of
SqlOperator for SQL like match operation on String . |
SqlOperator.SqlOperatorNumber |
Abstract base implementation of
SqlOperator for Number comparison operations. |
SqlOperator.SqlOperatorString |
Abstract base implementation of
SqlOperator for String comparison operations. |
Copyright © 2001–2016 mmm-Team. All rights reserved.