Uses of Class
com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
Packages that use AbstractPredicate
Package
Description
-
Uses of AbstractPredicate in com.blazebit.persistence.criteria.impl
Methods in com.blazebit.persistence.criteria.impl with type parameters of type AbstractPredicateModifier and TypeMethodDescription<T extends AbstractPredicate>
AbstractPredicateBlazeCriteriaBuilderImpl.negate(T predicate) Methods in com.blazebit.persistence.criteria.impl that return AbstractPredicateModifier and TypeMethodDescription<T extends AbstractPredicate>
AbstractPredicateBlazeCriteriaBuilderImpl.negate(T predicate) -
Uses of AbstractPredicate in com.blazebit.persistence.criteria.impl.expression
Subclasses of AbstractPredicate in com.blazebit.persistence.criteria.impl.expressionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassInPredicate<T>classclassclassclassMemberOfPredicate<E,C extends Collection<E>> classMethods in com.blazebit.persistence.criteria.impl.expression that return AbstractPredicateModifier and TypeMethodDescriptionabstract AbstractPredicateAbstractPredicate.copyNegated()BetweenPredicate.copyNegated()BooleanExpressionPredicate.copyNegated()BooleanLiteralPredicate.copyNegated()ComparisonPredicate.copyNegated()CompoundPredicate.copyNegated()ExistsPredicate.copyNegated()InPredicate.copyNegated()IsEmptyPredicate.copyNegated()IsNullPredicate.copyNegated()LikePredicate.copyNegated()MemberOfPredicate.copyNegated()NotPredicate.copyNegated()Constructors in com.blazebit.persistence.criteria.impl.expression with parameters of type AbstractPredicateModifierConstructorDescriptionNotPredicate(BlazeCriteriaBuilderImpl criteriaBuilder, AbstractPredicate predicate)