is Not Null
fun <T, P> KProperty1<T, P>.isNotNull(path: Path<T>, criteriaBuilder: CriteriaBuilder): Predicate(source)
Creates a Predicate that checks if the property is not null.
Receiver
T – the type of the entity.
P - the type of the property.
Return
A Predicate that checks if the property is not null.
Parameters
path
The path of the entity.
criteria Builder
The criteria builder.