类 NullnessPredicate

    • 构造器详细资料

      • NullnessPredicate

        public NullnessPredicate​(CriteriaBuilderImpl criteriaBuilder,
                                 javax.persistence.criteria.Expression<?> operand)
        Constructs the affirmative form of nullness checking (IS NULL). To construct the negative form (IS NOT NULL) call AbstractPredicateImpl.not() on the constructed instance.
        参数:
        criteriaBuilder - The query builder from whcih this originates.
        operand - The expression to check.