public interface HQLContextInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Get from string
|
String |
getGroupby()
Get groupby string
|
String |
getHaving()
Get having string
|
Integer |
getLimit()
Get limit
|
String |
getOrderby()
Get orderby string
|
String |
getSelect()
Get select expression.
|
String |
getWhere()
Get where string
|
String |
toHQL()
Get the HQL query.
|
String toHQL() throws LensException
LensExceptionString getSelect()
String getFrom()
String getWhere()
String getGroupby()
String getHaving()
String getOrderby()
Integer getLimit()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.