| Package | Description |
|---|---|
| com.edorasware.api.query |
Work object query support.
|
| com.edorasware.api.query.internal | |
| com.edorasware.commons.core.any |
Classes for generic work object management.
|
| com.edorasware.commons.core.persistence.entity.jdbc | |
| com.edorasware.commons.core.persistence.jdbc |
Classes for JDBC-based database persistence management and configuration thereof.
|
| com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
| Class and Description |
|---|
| BasePredicate
Base
Predicate implementation. |
| CompositePredicate
A logical concatenation of n predicates, which itself is again a predicate.
|
| Class and Description |
|---|
| AggregateReferenceValue.AggregationStrategy |
| BasePredicate
Base
Predicate implementation. |
| BasicOperandImpl
Default implementation of the
BasicOperand interface. |
| ComparisonOperator
Used to combine two operands to a
Predicate. |
| ComparisonPredicate
A predicate which compares a query parameter (i.e. left operand) with an expected value (i.e. right operand) based on a specific operator.
|
| ComplexVariableOperandImpl
Default implementation of the
ComplexVariableOperand interface. |
| CompositePredicate.Operator
The logical operator which defines the type of concatenation.
|
| ConstructionInterceptor
An AOP-style hook to intercept individual steps of predicate construction.
|
| IdentityLinkQueryParameter
Query parameters representing fields of an identity link.
|
| InnerSelectInPredicate
A predicate which compares a query parameter (i.e. left operand) with an inner select predicate (i.e. right operand) based on a IN operator.
|
| InPredicate
A predicate which compares a query parameter (i.e. left operand) with a set of possible values (i.e. right operand) based on a IN operator.
|
| NeverMatchingPredicate
A tagging predicate which never matches.
|
| NotNullPredicate
A predicate whose right operand is always
not null. |
| NullPredicate
A predicate whose right operand always equals
null. |
| NumberOperandImpl
Default implementation of the
NumberOperand interface. |
| QueryParameterPredicate
Predicates that have a
QueryParameter as their left operand. |
| RenderingModePredicate
Predicate which can enforce rendering mode
|
| VariableQueryParameter
Query parameters representing variable fields.
|
| WorkObjectQueryParameter
Query parameters representing work object fields.
|
| Class and Description |
|---|
| HierarchyOperandImpl
Default implementation of the
HierarchyOperand interface. |
| VariableOperandImpl
Default implementation of the
VariableOperand interface. |
| Class and Description |
|---|
| ComparisonPredicate
A predicate which compares a query parameter (i.e. left operand) with an expected value (i.e. right operand) based on a specific operator.
|
| IdentityLinkPredicate
A predicate implementation whose operands are identity links.
|
| NamedValuePredicate
A wrapper which serves as a marker for property/variable-based predicates.
|
| Class and Description |
|---|
| AggregateReferenceValue.AggregationStrategy |
| ComparisonOperator
Used to combine two operands to a
Predicate. |
| ComparisonPredicate
A predicate which compares a query parameter (i.e. left operand) with an expected value (i.e. right operand) based on a specific operator.
|
| CompositePredicate
A logical concatenation of n predicates, which itself is again a predicate.
|
| InnerSelectInPredicate
A predicate which compares a query parameter (i.e. left operand) with an inner select predicate (i.e. right operand) based on a IN operator.
|
| InPredicate
A predicate which compares a query parameter (i.e. left operand) with a set of possible values (i.e. right operand) based on a IN operator.
|
| NotNullPredicate
A predicate whose right operand is always
not null. |
| NullPredicate
A predicate whose right operand always equals
null. |
| RawPredicate
A predicate expressed through a raw sql where-clause.
|
| Class and Description |
|---|
| BasicOperandImpl
Default implementation of the
BasicOperand interface. |
| NumberOperandImpl
Default implementation of the
NumberOperand interface. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.