public abstract class SimpleHQLContext extends Object implements 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.
|
public String toHQL() throws LensException
HQLContextInterfacetoHQL in interface HQLContextInterfaceLensExceptionpublic String getFrom()
HQLContextInterfacegetFrom in interface HQLContextInterfacepublic String getWhere()
HQLContextInterfacegetWhere in interface HQLContextInterfacepublic String getSelect()
HQLContextInterfacegetSelect in interface HQLContextInterfacepublic String getGroupby()
HQLContextInterfacegetGroupby in interface HQLContextInterfacepublic String getHaving()
HQLContextInterfacegetHaving in interface HQLContextInterfacepublic String getOrderby()
HQLContextInterfacegetOrderby in interface HQLContextInterfacepublic Integer getLimit()
HQLContextInterfacegetLimit in interface HQLContextInterfaceCopyright © 2014–2015 Apache Software Foundation. All rights reserved.