in

fun <O, R : Comparable<R>> KProperty1<O, R?>.in(collection: Collection<R>, exactMatch: Boolean = true): CriteriaExpression.ColumnPredicateExpression<O, R>
fun <R : Comparable<R>> in(collection: Collection<R>, exactMatch: Boolean = true): ColumnPredicate.CollectionExpression<R>


Deprecated

Does not support fields from a MappedSuperclass. Use equivalent on a FieldInfo.