类 CommonCondition<T>

java.lang.Object
cn.vonce.sql.bean.Common
cn.vonce.sql.bean.CommonCondition<T>
所有已实现的接口:
Serializable
直接已知子类:
Backup, Copy, Delete, Select, Update

public class CommonCondition<T> extends Common
where条件
版本:
1.0
作者:
Jovi
另请参阅:
  • 构造器详细资料

    • CommonCondition

      public CommonCondition()
  • 方法详细资料

    • setReturnObj

      protected void setReturnObj(T returnObj)
    • getWhere

      public String getWhere()
      获取where sql 内容
      返回:
    • where

      public T where(String where, Object... args)
      设置where sql 内容
      参数:
      where -
      args -
    • getArgs

      public Object[] getArgs()
      获取where参数
      返回:
    • where

      public Condition<T> where()
    • getWhereWrapper

      public Wrapper getWhereWrapper()
      获得where包装器
      返回:
    • where

      public T where(Wrapper wrapper)
      设置Where条件包装器
      参数:
      wrapper -