| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method | Description |
|---|---|---|
JpqlFunctionGroup |
CriteriaBuilderConfiguration.getFunction(String name) |
Returns the
JpqlFunctionGroup for registered function with the given name or null. |
| Modifier and Type | Method | Description |
|---|---|---|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerFunction(JpqlFunctionGroup jpqlFunctionGroup) |
Registers the given jpql function group in the configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.persistence.EntityManagerFactory |
EntityManagerFactoryIntegrator.registerFunctions(javax.persistence.EntityManagerFactory entityManagerFactory,
Map<String,JpqlFunctionGroup> dbmsFunctions) |
Registers the given functions under the given names on the given entity manager factory.
|
Copyright © 2014–2020 Blazebit. All rights reserved.