Uses of Class
com.blazebit.persistence.spi.JpqlFunctionGroup
| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
-
Uses of JpqlFunctionGroup in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpqlFunctionGroup Modifier and Type Method Description JpqlFunctionGroupCriteriaBuilderConfiguration. getFunction(String name)Returns theJpqlFunctionGroupfor registered function with the given name ornull.Methods in com.blazebit.persistence.spi with parameters of type JpqlFunctionGroup Modifier and Type Method Description CriteriaBuilderConfigurationCriteriaBuilderConfiguration. registerFunction(JpqlFunctionGroup jpqlFunctionGroup)Registers the given jpql function group in the configuration.Method parameters in com.blazebit.persistence.spi with type arguments of type JpqlFunctionGroup Modifier and Type Method Description javax.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.