public abstract class SimpleHQLContext extends Object implements HQLContextInterface
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBaseQueryFormat() |
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
|
int |
hashCode() |
void |
setFrom(String from) |
void |
setGroupby(String groupby) |
void |
setHaving(String having) |
void |
setLimit(Integer limit) |
void |
setOrderby(String orderby) |
void |
setSelect(String select) |
void |
setWhere(String where) |
String |
toHQL()
Get the HQL query.
|
String |
toString() |
public String toHQL() throws LensException
HQLContextInterface
toHQL
in interface HQLContextInterface
LensException
@Generated(value="lombok") public String getSelect()
HQLContextInterface
getSelect
in interface HQLContextInterface
@Generated(value="lombok") public String getFrom()
HQLContextInterface
getFrom
in interface HQLContextInterface
@Generated(value="lombok") public String getWhere()
HQLContextInterface
getWhere
in interface HQLContextInterface
@Generated(value="lombok") public String getGroupby()
HQLContextInterface
getGroupby
in interface HQLContextInterface
@Generated(value="lombok") public String getOrderby()
HQLContextInterface
getOrderby
in interface HQLContextInterface
@Generated(value="lombok") public String getHaving()
HQLContextInterface
getHaving
in interface HQLContextInterface
@Generated(value="lombok") public Integer getLimit()
HQLContextInterface
getLimit
in interface HQLContextInterface
@Generated(value="lombok") public String getBaseQueryFormat()
@Generated(value="lombok") public void setSelect(String select)
@Generated(value="lombok") public void setFrom(String from)
@Generated(value="lombok") public void setWhere(String where)
@Generated(value="lombok") public void setGroupby(String groupby)
@Generated(value="lombok") public void setOrderby(String orderby)
@Generated(value="lombok") public void setHaving(String having)
@Generated(value="lombok") public void setLimit(Integer limit)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.