Uses of Interface
com.blazebit.persistence.spi.JpqlFunctionProcessor
-
Packages that use JpqlFunctionProcessor Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of JpqlFunctionProcessor in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpqlFunctionProcessor Modifier and Type Method Description JpqlFunctionProcessor<?>
JpqlFunctionGroup. getProcessor(String rdbms)
Returns theJpqlFunctionProcessor
for the given RDBMS name for this function.
-