| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,JpqlFunction> |
CriteriaBuilderFactory.getRegisteredFunctions()
Returns all functions that are available in queries as a map of function name to
JpqlFunction. |
| Modifier and Type | Method and Description |
|---|---|
JpqlFunction |
JpqlFunctionGroup.get(String rdbms)
Returns the
JpqlFunction for the given RDBMS name. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JpqlFunction> |
EntityManagerFactoryIntegrator.getRegisteredFunctions(javax.persistence.EntityManagerFactory entityManagerFactory)
Returns all registered functions as map with the function name as key and a
JpqlFunction. |
| Modifier and Type | Method and Description |
|---|---|
void |
JpqlFunctionGroup.add(String rdbms,
JpqlFunction function)
Adds the given
JpqlFunction for the given RDBMS to the group. |
| Constructor and Description |
|---|
JpqlFunctionGroup(String name,
JpqlFunction defaultFunction)
Constructs a non-aggregate function group with the given name and given default function.
|
| Constructor and Description |
|---|
JpqlFunctionGroup(String name,
boolean aggregate,
Map<String,JpqlFunction> rdbmsFunctions)
Constructs a function group with the given name and given function mappings.
|
Copyright © 2014–2018 Blazebit. All rights reserved.