| Class | Description |
|---|---|
| AbstractExpression<T> |
Type for query expressions.
|
| AbstractTypeExpression<T> |
Type for query expressions.
|
| AggregationExpression<T> |
The expression for aggregate functions
|
| AllAnyExpression<T> |
Expression for all / any modifiers.
|
| ArithmeticExression<N extends Number> |
Artithmetic operation expression.
|
| BooleanExpression |
Wrapper expression for boolean expressions.
|
| CaseImpl<T> |
Implementation of
CriteriaBuilder.Case. |
| CaseTransformationExpression |
Expression for string
upper and lower functions. |
| CoalesceExpression<T> |
Expression for colesce function.
|
| CollectionExpression<C extends Collection<E>,E> | |
| ComparisonExpression |
Expression for comparisons.
|
| ConcatExpression |
Expression for string
concat function. |
| ConstantExpression<T> |
Expression for constants.
|
| CountExpression |
The expression for count function.
|
| CurrentTemporalExpression<T> |
The expression for CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP functions.
|
| EntityTypeExpression<T> |
The type expression for entities.
|
| ExistsExpression |
Expression exists function.
|
| ExpressionConverter<N> |
Converter for expressions types.
|
| FunctionExpression<T> |
Expression for db functions.
|
| IndexExpression |
Expression for list join indices.
|
| InExpression |
Expression for in predicates.
|
| IsEmptyExpression |
Expression for empty
|
| IsNullExpression |
Expression for null checks.
|
| LikeExpression |
The expression for like operation.
|
| LocateExpression |
Expression for trim function.
|
| MapEntryExpression<K,V> |
Expression for map join entries.
|
| MapExpression<M extends Map<K,V>,K,V> | |
| MemberOfExpression<C extends Collection<E>,E> |
Expression for empty
|
| NegationExpression<N extends Number> |
The negation expression.
|
| NullIfExpression<T> |
Expression for db functions.
|
| NumericFunctionExpression<N extends Number> |
The expression for numeric functions
|
| ParameterExpressionImpl<T> |
Type of criteria query parameter expressions.
|
| PredicateImpl |
Implementation of
Predicate. |
| SimpleCaseImpl<C,R> |
Implementation of
CriteriaBuilder.SimpleCase. |
| SizeExpression<C> |
Expression for size operations.
|
| StaticTypeExpression<T> |
Type expression for simple paths.
|
| SubstringExpression |
Expression for substring function.
|
| TrimExpression |
Expression for trim function.
|
| Enum | Description |
|---|---|
| AggregationExpression.AggregationFunctionType | |
| ArithmeticExression.ArithmeticOperation |
The types of the arithmetic operations.
|
| CaseTransformationExpression.CaseTransformationType | |
| ComparisonExpression.Comparison |
The comparison types
|
| NumericFunctionExpression.NumericFunctionType |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.