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.
|
String |
getSelectExpression()
The method returns a JPQL SELECT clause.
|
getJPAEntityAlias, getJPAEntityName, getTypeString getSelectExpression()
List<KeyPredicate> getKeyPredicates()
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.