Uses of Enum
com.blazebit.persistence.spi.JpqlFunctionKind
Packages that use JpqlFunctionKind
-
Uses of JpqlFunctionKind in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpqlFunctionKindModifier and TypeMethodDescriptionJpqlFunctionGroup.getKind()Returns the function kind.static JpqlFunctionKindReturns the enum constant of this type with the specified name.static JpqlFunctionKind[]JpqlFunctionKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.spi with parameters of type JpqlFunctionKindModifierConstructorDescriptionJpqlFunctionGroup(String name, JpqlFunctionKind kind) Constructs a function group with the given name.JpqlFunctionGroup(String name, JpqlFunctionKind kind, Map<String, JpqlFunction> rdbmsFunctions) Constructs a function group with the given name and given function mappings.