|
|||||||||
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.jdbc | |
org.odata4j.producer.jpa | |
org.odata4j.producer.resources |
Uses of BoolCommonExpression in org.odata4j.expression |
---|
Subinterfaces of BoolCommonExpression in org.odata4j.expression | |
---|---|
interface |
AggregateAllFunction
|
interface |
AggregateAnyFunction
|
interface |
AggregateBoolFunction
|
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 |
AggregateBoolFunction.getPredicate()
|
BoolCommonExpression |
BinaryBoolCommonExpression.getRHS()
|
Methods in org.odata4j.expression with parameters of type BoolCommonExpression | |
---|---|
static AggregateBoolFunction |
Expression.aggregate(ExpressionParser.AggregateFunction function,
CommonExpression source,
String var,
BoolCommonExpression predicate)
|
static AggregateAllFunction |
Expression.all(CommonExpression source,
String var,
BoolCommonExpression predicate)
|
static AndExpression |
Expression.and(BoolCommonExpression lhs,
BoolCommonExpression rhs)
|
static AggregateAnyFunction |
Expression.any(CommonExpression source,
String var,
BoolCommonExpression predicate)
|
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. |
Methods in org.odata4j.producer with parameters of type BoolCommonExpression | |
---|---|
boolean |
ExpressionEvaluator.evaluate(BoolCommonExpression expression)
|
QueryInfo.Builder |
QueryInfo.Builder.setFilter(BoolCommonExpression filter)
|
EntityQueryInfo.Builder |
EntityQueryInfo.Builder.setFilter(BoolCommonExpression filter)
|
Constructors in org.odata4j.producer with parameters of type BoolCommonExpression | |
---|---|
EntityQueryInfo(BoolCommonExpression filter,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance. |
|
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.jdbc |
---|
Methods in org.odata4j.producer.jdbc that return BoolCommonExpression | |
---|---|
protected BoolCommonExpression |
JdbcBaseCommand.prependPrimaryKeyFilter(JdbcMetadataMapping mapping,
EdmEntityType entityType,
OEntityKey entityKey,
BoolCommonExpression filter)
|
Methods in org.odata4j.producer.jdbc with parameters of type BoolCommonExpression | |
---|---|
SqlStatement |
GenerateSqlQuery.generate(JdbcMetadataMapping mapping,
EdmEntitySet entitySet,
BoolCommonExpression filter)
|
SqlStatement |
GenerateSqlDelete.generate(JdbcMetadataMapping mapping,
EdmEntitySet entitySet,
BoolCommonExpression filter)
|
protected BoolCommonExpression |
JdbcBaseCommand.prependPrimaryKeyFilter(JdbcMetadataMapping mapping,
EdmEntityType entityType,
OEntityKey entityKey,
BoolCommonExpression filter)
|
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 |