Uses of Class
com.blazebit.persistence.spi.JpqlFunctionGroup
Packages that use JpqlFunctionGroup
-
Uses of JpqlFunctionGroup in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpqlFunctionGroupModifier and TypeMethodDescriptionCriteriaBuilderConfiguration.getFunction(String name) Returns theJpqlFunctionGroupfor registered function with the given name ornull.Methods in com.blazebit.persistence.spi with parameters of type JpqlFunctionGroupModifier and TypeMethodDescriptionCriteriaBuilderConfiguration.registerFunction(JpqlFunctionGroup jpqlFunctionGroup) Registers the given jpql function group in the configuration.Method parameters in com.blazebit.persistence.spi with type arguments of type JpqlFunctionGroupModifier and TypeMethodDescriptionjavax.persistence.EntityManagerFactoryEntityManagerFactoryIntegrator.registerFunctions(javax.persistence.EntityManagerFactory entityManagerFactory, Map<String, JpqlFunctionGroup> dbmsFunctions) Registers the given functions under the given names on the given entity manager factory.