Uses of Enum
com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
Packages that use QuantifiableSubqueryExpression.Quantor
-
Uses of QuantifiableSubqueryExpression.Quantor in com.blazebit.persistence.criteria.impl.expression
Methods in com.blazebit.persistence.criteria.impl.expression that return QuantifiableSubqueryExpression.QuantorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.QuantifiableSubqueryExpression.Quantor.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.criteria.impl.expression with parameters of type QuantifiableSubqueryExpression.QuantorModifierConstructorDescriptionQuantifiableSubqueryExpression(BlazeCriteriaBuilderImpl criteriaBuilder, Class<Y> javaType, Subquery<Y> subquery, QuantifiableSubqueryExpression.Quantor modifier)