Uses of Class
com.blazebit.persistence.querydsl.JPQLNextOps
-
Uses of JPQLNextOps in com.blazebit.persistence.querydsl
Fields in com.blazebit.persistence.querydsl with type parameters of type JPQLNextOps Modifier and Type Field Description static Set<JPQLNextOps>JPQLNextOps. LEFT_NESTED_SET_OPERATIONSstatic Set<JPQLNextOps>JPQLNextOps. SET_OPERATIONSMethods in com.blazebit.persistence.querydsl that return JPQLNextOps Modifier and Type Method Description static JPQLNextOpsJPQLNextOps. valueOf(String name)Returns 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 JPQLNextOps Modifier and Type Method Description <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