JPA Methodin javax.persistence.criteria.CriteriaBuilderPredicate isNotNull( Expression<?> x) Create a predicate to test whether the expression is not null. Parameters:x - expressionReturn: is-not-null predicateSince:JPA 2.0