| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerFunction(String name,
JpqlFunction function)
Registers the given jpql function under the given name in the configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerFunction(String name,
String dbms,
JpqlFunction function)
Registers the given jpql function under the given name for the given dbms in the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManager |
EntityManagerIntegrator.registerFunctions(javax.persistence.EntityManager entityManager,
Map<String,Map<String,JpqlFunction>> dbmsFunctions)
Registers the given functions under the given names on the given entity manager.
|
Copyright © 2015 Blazebit. All Rights Reserved.