org.apache.olingo.odata2.jpa.processor.core.jpql
Class JPQLSelectContext.JPQLSelectContextBuilder
java.lang.Object
org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
org.apache.olingo.odata2.jpa.processor.core.jpql.JPQLSelectContext.JPQLSelectContextBuilder
- Direct Known Subclasses:
- JPQLJoinSelectContext.JPQLJoinContextBuilder
- Enclosing class:
- JPQLSelectContext
public class JPQLSelectContext.JPQLSelectContextBuilder
- extends JPQLContext.JPQLContextBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entitySetView
protected GetEntitySetUriInfo entitySetView
JPQLSelectContext.JPQLSelectContextBuilder
public JPQLSelectContext.JPQLSelectContextBuilder()
build
public JPQLContext build()
throws ODataJPAModelException,
ODataJPARuntimeException
- Specified by:
build in class JPQLContext.JPQLContextBuilder
- Throws:
ODataJPAModelException
ODataJPARuntimeException
setResultsView
protected void setResultsView(Object resultsView)
- Specified by:
setResultsView in class JPQLContext.JPQLContextBuilder
generateSelectExpression
protected String generateSelectExpression()
throws EdmException
- Throws:
EdmException
generateOrderByFileds
protected HashMap<String,String> generateOrderByFileds()
throws ODataJPARuntimeException,
EdmException
- Throws:
ODataJPARuntimeException
EdmException
generateWhereExpression
protected String generateWhereExpression()
throws ODataException
- Throws:
ODataException
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.