public abstract class UnionHQLContext extends Object implements HQLContextInterface
| Constructor and Description |
|---|
UnionHQLContext() |
UnionHQLContext(List<HQLContextInterface> hqlContexts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Get from string
|
String |
getGroupby()
Get groupby string
|
String |
getHaving()
Get having string
|
List<HQLContextInterface> |
getHqlContexts() |
Integer |
getLimit()
Get limit
|
String |
getOrderby()
Get orderby string
|
String |
getSelect()
Get select expression.
|
String |
getWhere()
Get where string
|
void |
setHqlContexts(List<HQLContextInterface> hqlContexts) |
String |
toHQL()
Get the HQL query.
|
@ConstructorProperties(value="hqlContexts") @Generated(value="lombok") public UnionHQLContext(List<HQLContextInterface> hqlContexts)
@Generated(value="lombok") public UnionHQLContext()
public String toHQL() throws LensException
HQLContextInterfacetoHQL in interface HQLContextInterfaceLensExceptionpublic String getSelect()
HQLContextInterfacegetSelect in interface HQLContextInterfacepublic String getFrom()
HQLContextInterfacegetFrom in interface HQLContextInterfacepublic String getWhere()
HQLContextInterfacegetWhere 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 HQLContextInterface@Generated(value="lombok") public List<HQLContextInterface> getHqlContexts()
@Generated(value="lombok") public void setHqlContexts(List<HQLContextInterface> hqlContexts)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.