Class MemberOfPredicate<E,C extends Collection<E>>
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
com.blazebit.persistence.criteria.impl.expression.AbstractSimplePredicate
com.blazebit.persistence.criteria.impl.expression.MemberOfPredicate<E,C>
- All Implemented Interfaces:
BlazeExpression<Boolean>,Serializable,Expression<Boolean>,Predicate,Selection<Boolean>,TupleElement<Boolean>
- 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
ConstructorsConstructorDescriptionMemberOfPredicate(BlazeCriteriaBuilderImpl criteriaBuilder, boolean negated, Expression<E> elementExpression, PluralAttributePath<C> collectionPath) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(RenderContext context) voidvisitParameters(ParameterVisitor visitor) Methods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSimplePredicate
getExpressions, getOperatorMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
getCompoundSelectionItems, isCompoundSelection, isNegated, notMethods 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
aliasMethods 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.TupleElement
getAlias, getJavaType
-
Constructor Details
-
MemberOfPredicate
public MemberOfPredicate(BlazeCriteriaBuilderImpl criteriaBuilder, boolean negated, Expression<E> elementExpression, PluralAttributePath<C> collectionPath)
-
-
Method Details
-
copyNegated
- Specified by:
copyNegatedin classAbstractPredicate
-
visitParameters
- Overrides:
visitParametersin classAbstractSelection<Boolean>
-
render
- Specified by:
renderin classAbstractSelection<Boolean>
-