JPA Methodin javax.persistence.criteria.CriteriaBuilderPredicate isTrue( Expression<Boolean> x) Create a predicate testing for a true value. Parameters:x - expression to be testedReturn: predicateSince:JPA 2.0