Uses of Class
com.blazebit.persistence.spi.SetOperationType
-
Packages that use SetOperationType Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of SetOperationType in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return SetOperationType Modifier and Type Method Description static SetOperationType
SetOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetOperationType[]
SetOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.spi with parameters of type SetOperationType Modifier and Type Method Description void
DbmsDialect. appendSet(StringBuilder sqlSb, SetOperationType setType, boolean isSubquery, List<String> operands, List<? extends OrderByElement> orderByElements, String limit, String offset)
Connects the given operands with the given set operation and appends that to the sql string builder.
-