|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JPQLSelectSingleContextView
The interface provide a view on JPQL select single context.The interface provides methods for accessing the clause of a JPQL SELECT statement like "SELECT". The view can be used for building JPQL statements without any WHERE,JOIN,ORDERBY clauses. The clauses are built from OData read entity request views.
JPQLStatement| Method Summary | |
|---|---|
List<KeyPredicate> |
getKeyPredicates()
The method returns the list of key predicates that can be used for constructing the WHERE clause in JPQL statements. |
String |
getSelectExpression()
The method returns a JPQL SELECT clause. |
| Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView |
|---|
getJPAEntityAlias, getJPAEntityName, getType |
| Method Detail |
|---|
String getSelectExpression()
List<KeyPredicate> getKeyPredicates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||