Class AbstractPredicate
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<T>
com.blazebit.persistence.criteria.impl.expression.AbstractExpression<Boolean>
com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
- All Implemented Interfaces:
BlazeExpression<Boolean>,Serializable,Expression<Boolean>,Predicate,Selection<Boolean>,TupleElement<Boolean>
- Direct Known Subclasses:
AbstractSimplePredicate,CompoundPredicate
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.persistence.criteria.Predicate
Predicate.BooleanOperator -
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPredicate(BlazeCriteriaBuilderImpl criteriaBuilder, boolean negated) -
Method Summary
Methods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
alias, render, visitParametersMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getAlias, getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Predicate
getExpressions, getOperatorMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
AbstractPredicate
-
-
Method Details
-
isNegated
public boolean isNegated() -
not
-
copyNegated
-
isCompoundSelection
public final boolean isCompoundSelection()- Specified by:
isCompoundSelectionin interfaceSelection<Boolean>- Overrides:
isCompoundSelectionin classAbstractSelection<Boolean>
-
getCompoundSelectionItems
- Specified by:
getCompoundSelectionItemsin interfaceSelection<Boolean>- Overrides:
getCompoundSelectionItemsin classAbstractSelection<Boolean>
-