Uses of Enum
com.blazebit.persistence.querydsl.JPQLNextOps
-
Uses of JPQLNextOps in com.blazebit.persistence.querydsl
Fields in com.blazebit.persistence.querydsl with type parameters of type JPQLNextOpsModifier and TypeFieldDescriptionstatic final Set<JPQLNextOps>JPQLNextOps.LEFT_NESTED_SET_OPERATIONSstatic final Set<JPQLNextOps>JPQLNextOps.SET_OPERATIONSMethods in com.blazebit.persistence.querydsl that return JPQLNextOpsModifier and TypeMethodDescriptionstatic JPQLNextOpsReturns the enum constant of this type with the specified name.static JPQLNextOps[]JPQLNextOps.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.querydsl with parameters of type JPQLNextOpsModifier and TypeMethodDescription<RT> SetExpression<RT>AbstractBlazeJPAQuery.setOperation(JPQLNextOps operator, boolean wrapSets, List<com.querydsl.core.types.SubQueryExpression<RT>> sq) static <T> com.querydsl.core.types.Expression<T>SetUtils.setOperation(JPQLNextOps setOperation, boolean wrapSets, com.querydsl.core.types.Expression<T>... expressions) Create a set operation