public interface JPQLSelectContextView extends JPQLContextView
JPQLStatement
Modifier and Type | Method and Description |
---|---|
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.
|
getJPAEntityAlias, getJPAEntityName, getType
String getSelectExpression()
Map<String,String> getOrderByCollection()
Map.entrySet(..)
).String getWhereExpression()
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.