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
HQLContextInterface
toHQL
in interface HQLContextInterface
LensException
public String getFrom()
HQLContextInterface
getFrom
in interface HQLContextInterface
public String getWhere()
HQLContextInterface
getWhere
in interface HQLContextInterface
public String getSelect()
HQLContextInterface
getSelect
in interface HQLContextInterface
public String getGroupby()
HQLContextInterface
getGroupby
in interface HQLContextInterface
public String getHaving()
HQLContextInterface
getHaving
in interface HQLContextInterface
public String getOrderby()
HQLContextInterface
getOrderby
in interface HQLContextInterface
public Integer getLimit()
HQLContextInterface
getLimit
in interface HQLContextInterface
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.