public class Hql extends Query implements IQuery, Cloneable, Serializable
LOG| Modifier and Type | Method and Description |
|---|---|
static Hql |
add(boolean cacheable,
String sql,
Object... entitys) |
static Hql |
add(String hql,
Object... entitys) |
boolean |
getCacheable() |
String |
getQuery() |
Object |
getValue() |
void |
setCacheable(boolean cacheable) |
getName, getReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetReferencepublic Object getValue()
getValue in interface ICriteriongetValue in class Restrictionspublic String getQuery()
public boolean getCacheable()
getCacheable in interface ICriteriongetCacheable in class Restrictionspublic void setCacheable(boolean cacheable)
setCacheable in interface IQuerysetCacheable in class QueryCopyright © 2016 jufeng. All rights reserved.