public abstract class MybatisAbstractSQL<T> extends Object implements Serializable
重定义 AbstractSQL ,实现标准TSQL的 查询条件自定义
MybatisAbstractSQL()
T
AND_NEW()
AND()
abstract T
getSelf()
GROUP_BY(String columns)
HAVING(String conditions)
boolean
isEmptyOfWhere()
LAST(String last)
OR_NEW()
OR()
ORDER_BY(String columns)
String
toString()
WHERE(String conditions)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MybatisAbstractSQL()
public abstract T getSelf()
public T WHERE(String conditions)
public T OR()
public T OR_NEW()
public T AND()
public T AND_NEW()
public T GROUP_BY(String columns)
public T HAVING(String conditions)
public T ORDER_BY(String columns)
public T LAST(String last)
public String toString()
toString
Object
public boolean isEmptyOfWhere()
Copyright © 2017. All rights reserved.