|
||||||||||
| 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 | |
|---|---|
HashMap<String,String> |
getOrderByCollection()
The method returns a Hash 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()
HashMap<String,String> getOrderByCollection()
String getWhereExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||