Package | Description |
---|---|
com.edorasware.api.query.internal |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
class |
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.
|
class |
NotNullPredicate
A predicate whose right operand is always
not null . |
class |
NullPredicate
A predicate whose right operand always equals
null . |
Modifier and Type | Method and Description |
---|---|
abstract QueryParameterPredicate |
QueryParameterPredicate.deriveWithQueryParameter(QueryParameter queryParameter)
Derives a new predicate with the given query parameter from this predicate.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.