|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPQLSelectContextView
The interface provide a view on JPQL select context.The interface provides methods for accessing the clauses of a JPQL SELECT statement like "SELECT", "ORDERBY", "WHERE". The clauses are built from OData read entity set request views. The clauses thus built can be used for building JPQL Statements.
JPQLStatement
Method Summary | |
---|---|
Map<String,String> |
getOrderByCollection()
The method returns an ordered map of JPQL ORDERBY clause. |
String |
getSelectExpression()
The method returns a JPQL SELECT clause. |
String |
getWhereExpression()
The method returns a JPQL WHERE condition as string. |
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView |
---|
getJPAEntityAlias, getJPAEntityName, getType |
Method Detail |
---|
String getSelectExpression()
Map<String,String> getOrderByCollection()
Map.entrySet(..)
).
String getWhereExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |