Uses of Interface
org.odata4j.expression.EntitySimpleProperty

Packages that use EntitySimpleProperty
org.odata4j.expression   
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.jdbc   
org.odata4j.producer.resources   
 

Uses of EntitySimpleProperty in org.odata4j.expression
 

Methods in org.odata4j.expression that return EntitySimpleProperty
static EntitySimpleProperty Expression.simpleProperty(String propertyName)
           
 

Methods in org.odata4j.expression that return types with arguments of type EntitySimpleProperty
static List<EntitySimpleProperty> ExpressionParser.parseExpand(String value)
           
 

Methods in org.odata4j.expression with parameters of type EntitySimpleProperty
 void PrintExpressionVisitor.visit(EntitySimpleProperty expr)
           
 void FilterExpressionVisitor.visit(EntitySimpleProperty expr)
           
 void ExpressionVisitor.visit(EntitySimpleProperty expr)
           
 

Uses of EntitySimpleProperty in org.odata4j.producer
 

Fields in org.odata4j.producer with type parameters of type EntitySimpleProperty
 List<EntitySimpleProperty> QueryInfo.expand
          Expand expressions, if present.
 List<EntitySimpleProperty> QueryInfo.select
          Selection clauses, if present.
 

Method parameters in org.odata4j.producer with type arguments of type EntitySimpleProperty
 QueryInfo.Builder QueryInfo.Builder.setExpand(List<EntitySimpleProperty> value)
           
 QueryInfo.Builder QueryInfo.Builder.setSelect(List<EntitySimpleProperty> value)
           
 

Constructor parameters in org.odata4j.producer with type arguments of type EntitySimpleProperty
EntityQueryInfo(BoolCommonExpression filter, Map<String,String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
          Creates a new EntityQueryInfo instance.
EntityQueryInfo(BoolCommonExpression filter, Map<String,String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
          Creates a new EntityQueryInfo instance.
PropertyPathHelper(List<EntitySimpleProperty> select, List<EntitySimpleProperty> expand)
           
PropertyPathHelper(List<EntitySimpleProperty> select, List<EntitySimpleProperty> expand)
           
PropertyPathHelper(List<EntitySimpleProperty> select, List<EntitySimpleProperty> expand, String selectR, String expandR)
           
PropertyPathHelper(List<EntitySimpleProperty> select, List<EntitySimpleProperty> expand, String selectR, String expandR)
           
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.
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 EntitySimpleProperty in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc with parameters of type EntitySimpleProperty
 void GenerateWhereClause.visit(EntitySimpleProperty expr)
           
 

Uses of EntitySimpleProperty in org.odata4j.producer.resources
 

Methods in org.odata4j.producer.resources that return types with arguments of type EntitySimpleProperty
static List<EntitySimpleProperty> OptionsQueryParser.parseExpand(String expand)
           
static List<EntitySimpleProperty> OptionsQueryParser.parseSelect(String select)
           
 



http://odata4j.org