Class PkfieldsExample.Criterion

java.lang.Object
mbg.test.mb3.generated.mixed.conditional.model.PkfieldsExample.Criterion
Enclosing class:
PkfieldsExample

public static class PkfieldsExample.Criterion extends Object
This class was generated by MyBatis Generator. This class corresponds to the database table PKFIELDS
  • Field Details

    • condition

      private String condition
    • value

      private Object value
    • secondValue

      private Object secondValue
    • noValue

      private boolean noValue
    • singleValue

      private boolean singleValue
    • betweenValue

      private boolean betweenValue
    • listValue

      private boolean listValue
    • typeHandler

      private String typeHandler
  • Constructor Details

    • 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)
  • Method Details

    • 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()