类 AbstractPredicateImpl

    • 构造器详细资料

      • AbstractPredicateImpl

        protected AbstractPredicateImpl​(CriteriaBuilderImpl criteriaBuilder)
    • 方法详细资料

      • isNegated

        public boolean isNegated()
        指定者:
        isNegated 在接口中 javax.persistence.criteria.Predicate
      • not

        public javax.persistence.criteria.Predicate not()
        指定者:
        not 在接口中 javax.persistence.criteria.Predicate
      • getCompoundSelectionItems

        public final List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
        指定者:
        getCompoundSelectionItems 在接口中 javax.persistence.criteria.Selection<Boolean>
        覆盖:
        getCompoundSelectionItems 在类中 SelectionImpl<Boolean>