notIn

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


Deprecated

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