Class IsInWhenPresent<T>

java.lang.Object
org.mybatis.dynamic.sql.AbstractListValueCondition<T>
org.mybatis.dynamic.sql.where.condition.IsInWhenPresent<T>
All Implemented Interfaces:
AbstractListValueCondition.Filterable<T>, AbstractListValueCondition.Mappable<T>, RenderableCondition<T>

  • Constructor Details

    • IsInWhenPresent

      protected IsInWhenPresent(Collection<T> values)
  • Method Details