类 Wrapper

java.lang.Object
cn.vonce.sql.helper.Wrapper
所有已实现的接口:
Serializable

public class Wrapper extends Object implements Serializable
条件包装器
版本:
1.0
作者:
Jovi
另请参阅:
  • 构造器详细资料

    • Wrapper

      public Wrapper()
  • 方法详细资料

    • where

      public static Wrapper where(Cond cond)
      条件
      参数:
      cond -
      返回:
    • where

      public static Wrapper where(Wrapper cond)
      条件
      参数:
      cond -
      返回:
    • having

      public static Wrapper having(Cond cond)
      条件
      参数:
      cond -
      返回:
    • and

      public Wrapper and(Wrapper wrapper)
      并且
      参数:
      wrapper -
      返回:
    • and

      public Wrapper and(Cond cond)
      并且
      参数:
      cond -
      返回:
    • or

      public Wrapper or(Wrapper wrapper)
      或者
      参数:
      wrapper -
      返回:
    • or

      public Wrapper or(Cond cond)
      或者
      参数:
      cond -
      返回:
    • getDataList

      public List<ConditionData> getDataList()
      获得条件模型列表
      返回: