public abstract class SimpleHQLContext extends Object implements QueryWriter
Constructor and Description |
---|
SimpleHQLContext(QueryAST queryAst) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFrom() |
String |
getPrefix() |
QueryAST |
getQueryAst() |
String |
getWhere() |
int |
hashCode() |
void |
setFrom(String from) |
void |
setPrefix(String prefix) |
void |
setWhere(String where) |
String |
toHQL()
Get the HQL query.
|
String |
toString() |
@ConstructorProperties(value="queryAst") @Generated(value="lombok") public SimpleHQLContext(QueryAST queryAst)
public String toHQL() throws LensException
QueryWriter
toHQL
in interface QueryWriter
LensException
@Generated(value="lombok") public String getPrefix()
@Generated(value="lombok") public String getFrom()
@Generated(value="lombok") public String getWhere()
@Generated(value="lombok") public void setPrefix(String prefix)
@Generated(value="lombok") public void setFrom(String from)
@Generated(value="lombok") public void setWhere(String where)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public QueryAST getQueryAst()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.