org.apache.olingo.odata2.jpa.processor.core.jpql
Class JPQLSelectSingleContext
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLSelectSingleContext
- All Implemented Interfaces:
- JPQLContextView, JPQLSelectSingleContextView
- Direct Known Subclasses:
- JPQLJoinSelectSingleContext
public class JPQLSelectSingleContext
- extends JPQLContext
- implements JPQLSelectSingleContextView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPQLSelectSingleContext
public JPQLSelectSingleContext()
setKeyPredicates
protected void setKeyPredicates(List<KeyPredicate> keyPredicates)
getKeyPredicates
public List<KeyPredicate> getKeyPredicates()
- Specified by:
getKeyPredicates in interface JPQLSelectSingleContextView
setSelectExpression
protected final void setSelectExpression(String selectExpression)
getSelectExpression
public String getSelectExpression()
- Specified by:
getSelectExpression in interface JPQLSelectSingleContextView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.