public class Sql extends Query implements IQuery, Cloneable, Serializable
LOG| Modifier and Type | Method and Description |
|---|---|
static Sql |
add(boolean cacheable,
String sql,
Object... entitys) |
static Sql |
add(String sql,
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.