org.apache.olingo.odata2.jpa.processor.core.jpql
Class JPQLSelectSingleContext

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
      extended by 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


Nested Class Summary
 class JPQLSelectSingleContext.JPQLSelectSingleContextBuilder
           
 
Nested classes/interfaces inherited from class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
JPQLContext.JPQLContextBuilder
 
Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
jpaEntityAlias, jpaEntityName, pagingRequested, type
 
Constructor Summary
JPQLSelectSingleContext()
           
 
Method Summary
 List<KeyPredicate> getKeyPredicates()
           
 String getSelectExpression()
           
protected  void setKeyPredicates(List<KeyPredicate> keyPredicates)
           
protected  void setSelectExpression(String selectExpression)
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
createBuilder, createBuilder, getJPAEntityAlias, getJPAEntityName, getType, isPagingRequested, setJPAEntityAlias, setJPAEntityName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
getJPAEntityAlias, getJPAEntityName, getType
 

Constructor Detail

JPQLSelectSingleContext

public JPQLSelectSingleContext()
Method Detail

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.