Uses of Interface
com.blazebit.persistence.spi.JpqlFunction
Packages that use JpqlFunction
Package
Description
Blaze-Persistence is a rich Criteria API for JPA.
SPI for implementers of the Blaze-Persistence API.
-
Uses of JpqlFunction in com.blazebit.persistence
Methods in com.blazebit.persistence that return types with arguments of type JpqlFunctionModifier and TypeMethodDescriptionCriteriaBuilderFactory.getRegisteredFunctions()Returns all functions that are available in queries as a map of function name toJpqlFunction. -
Uses of JpqlFunction in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpqlFunctionMethods in com.blazebit.persistence.spi that return types with arguments of type JpqlFunctionModifier and TypeMethodDescriptionEntityManagerFactoryIntegrator.getRegisteredFunctions(javax.persistence.EntityManagerFactory entityManagerFactory) Returns all registered functions as map with the function name as key and aJpqlFunction.Methods in com.blazebit.persistence.spi with parameters of type JpqlFunctionModifier and TypeMethodDescriptionvoidJpqlFunctionGroup.add(String rdbms, JpqlFunction function) Adds the givenJpqlFunctionfor the given RDBMS to the group.Constructors in com.blazebit.persistence.spi with parameters of type JpqlFunctionModifierConstructorDescriptionJpqlFunctionGroup(String name, JpqlFunction defaultFunction) Constructs a non-aggregate function group with the given name and given default function.Constructor parameters in com.blazebit.persistence.spi with type arguments of type JpqlFunctionModifierConstructorDescriptionJpqlFunctionGroup(String name, boolean aggregate, Map<String, JpqlFunction> rdbmsFunctions) Constructs a function group with the given name and given function mappings.JpqlFunctionGroup(String name, JpqlFunctionKind kind, Map<String, JpqlFunction> rdbmsFunctions) Constructs a function group with the given name and given function mappings.