类 UserAccountExample.Criterion

java.lang.Object
cn.nkpro.elcube.platform.gen.UserAccountExample.Criterion
封闭类:
UserAccountExample

public static class UserAccountExample.Criterion extends Object
This class was generated by MyBatis Generator. This class corresponds to the database table nk_user_account
  • 构造器详细资料

    • Criterion

      protected Criterion(String condition)
    • Criterion

      protected Criterion(String condition, Object value, String typeHandler)
    • Criterion

      protected Criterion(String condition, Object value)
    • Criterion

      protected Criterion(String condition, Object value, Object secondValue, String typeHandler)
    • Criterion

      protected Criterion(String condition, Object value, Object secondValue)
  • 方法详细资料

    • getCondition

      public String getCondition()
    • getValue

      public Object getValue()
    • getSecondValue

      public Object getSecondValue()
    • isNoValue

      public boolean isNoValue()
    • isSingleValue

      public boolean isSingleValue()
    • isBetweenValue

      public boolean isBetweenValue()
    • isListValue

      public boolean isListValue()
    • getTypeHandler

      public String getTypeHandler()