Package-level declarations

Functions

Link copied to clipboard
fun <T, P> KProperty1<T, P>.isNotNull(path: Path<T>, criteriaBuilder: CriteriaBuilder): Predicate

Creates a Predicate that checks if the property is not null.

Link copied to clipboard
fun <T, P> KProperty1<T, P>.isNull(path: Path<T>, criteriaBuilder: CriteriaBuilder): Predicate

Creates a Predicate that checks if the property is null.