org.apache.olingo.odata2.jpa.processor.core.jpql
Class JPQLSelectContext
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLSelectContext
- All Implemented Interfaces:
- JPQLContextView, JPQLSelectContextView
- Direct Known Subclasses:
- JPQLJoinSelectContext
public class JPQLSelectContext
- extends JPQLContext
- implements JPQLSelectContextView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectExpression
protected String selectExpression
orderByCollection
protected HashMap<String,String> orderByCollection
whereCondition
protected String whereCondition
isCountOnly
protected boolean isCountOnly
JPQLSelectContext
public JPQLSelectContext(boolean isCountOnly)
setOrderByCollection
protected final void setOrderByCollection(HashMap<String,String> orderByCollection)
setWhereExpression
protected final void setWhereExpression(String filterExpression)
setSelectExpression
protected final void setSelectExpression(String selectExpression)
getSelectExpression
public String getSelectExpression()
- Specified by:
getSelectExpression in interface JPQLSelectContextView
getOrderByCollection
public HashMap<String,String> getOrderByCollection()
- Specified by:
getOrderByCollection in interface JPQLSelectContextView
getWhereExpression
public String getWhereExpression()
- Specified by:
getWhereExpression in interface JPQLSelectContextView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.