|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoolCommonExpression | |
---|---|
org.odata4j.expression | |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
org.odata4j.producer.inmemory | |
org.odata4j.producer.jpa | |
org.odata4j.producer.resources |
Uses of BoolCommonExpression in org.odata4j.expression |
---|
Subinterfaces of BoolCommonExpression in org.odata4j.expression | |
---|---|
interface |
AndExpression
|
interface |
BooleanLiteral
|
interface |
BoolMethodExpression
|
interface |
BoolParenExpression
|
interface |
EndsWithMethodCallExpression
|
interface |
EqExpression
|
interface |
GeExpression
|
interface |
GtExpression
|
interface |
IsofExpression
|
interface |
LeExpression
|
interface |
LtExpression
|
interface |
NeExpression
|
interface |
NegateExpression
|
interface |
NotExpression
|
interface |
OrExpression
|
interface |
StartsWithMethodCallExpression
|
interface |
SubstringOfMethodCallExpression
|
Methods in org.odata4j.expression that return BoolCommonExpression | |
---|---|
BoolCommonExpression |
BinaryBoolCommonExpression.getLHS()
|
BoolCommonExpression |
BinaryBoolCommonExpression.getRHS()
|
Methods in org.odata4j.expression with parameters of type BoolCommonExpression | |
---|---|
static AndExpression |
Expression.and(BoolCommonExpression lhs,
BoolCommonExpression rhs)
|
static OrExpression |
Expression.or(BoolCommonExpression lhs,
BoolCommonExpression rhs)
|
Uses of BoolCommonExpression in org.odata4j.producer |
---|
Fields in org.odata4j.producer declared as BoolCommonExpression | |
---|---|
BoolCommonExpression |
QueryInfo.filter
The filter expression to apply, if present. |
Constructors in org.odata4j.producer with parameters of type BoolCommonExpression | |
---|---|
QueryInfo(InlineCount inlineCount,
Integer top,
Integer skip,
BoolCommonExpression filter,
List<OrderByExpression> orderBy,
String skipToken,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new QueryInfo instance. |
Uses of BoolCommonExpression in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory with parameters of type BoolCommonExpression | |
---|---|
static boolean |
InMemoryEvaluation.evaluate(BoolCommonExpression expression,
Object target,
PropertyModel properties)
|
Uses of BoolCommonExpression in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return BoolCommonExpression | |
---|---|
static BoolCommonExpression |
JPASkipToken.parse(String primaryKeyName,
List<OrderByExpression> orderByList,
String skipToken)
|
Methods in org.odata4j.producer.jpa with parameters of type BoolCommonExpression | |
---|---|
String |
JPQLGenerator.toJpql(BoolCommonExpression expression)
|
Uses of BoolCommonExpression in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources that return BoolCommonExpression | |
---|---|
static BoolCommonExpression |
OptionsQueryParser.parseFilter(String filter)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |