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

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
          extended by org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLJoinSelectSingleContext
All Implemented Interfaces:
JPQLContextView, JPQLJoinSelectSingleContextView, JPQLSelectSingleContextView

public class JPQLJoinSelectSingleContext
extends JPQLSelectSingleContext
implements JPQLJoinSelectSingleContextView


Nested Class Summary
 class JPQLJoinSelectSingleContext.JPQLJoinSelectSingleContextBuilder
           
 
Nested classes/interfaces inherited from class org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLSelectSingleContext
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
JPQLJoinSelectSingleContext()
           
 
Method Summary
 List<JPAJoinClause> getJPAJoinClauses()
           
protected  void setJPAJoinClause(List<JPAJoinClause> jpaJoinClauses)
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLSelectSingleContext
getKeyPredicates, getSelectExpression, setKeyPredicates, setSelectExpression
 
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.JPQLSelectSingleContextView
getKeyPredicates, getSelectExpression
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
getJPAEntityAlias, getJPAEntityName, getType
 

Constructor Detail

JPQLJoinSelectSingleContext

public JPQLJoinSelectSingleContext()
Method Detail

setJPAJoinClause

protected void setJPAJoinClause(List<JPAJoinClause> jpaJoinClauses)

getJPAJoinClauses

public List<JPAJoinClause> getJPAJoinClauses()
Specified by:
getJPAJoinClauses in interface JPQLJoinSelectSingleContextView


Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.