public interface JPQLSelectSingleContextView extends JPQLContextView
JPQLStatement
Modifier and Type | Method and Description |
---|---|
List<KeyPredicate> |
getKeyPredicates()
The method returns the list of key predicates that can be used for
constructing the WHERE clause in JPQL statements.
|
Map<String,Map<Integer,Object>> |
getParameterizedQueryMap()
Key in the map is the JPA query and value is a map with key being index and
value being parameter value
|
String |
getSelectExpression()
The method returns a JPQL SELECT clause.
|
getJPAEntityAlias, getJPAEntityName, getJPQLStatement, getType, setJPQLStatement
String getSelectExpression()
List<KeyPredicate> getKeyPredicates()
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.