| 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 | Description |
|---|---|---|
X |
CommonQueryBuilder.registerMacro(String macroName,
JpqlMacro jpqlMacro) |
Registers the given jpql macro for this query builder.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CacheableJpqlMacro |
Marker interface to signal, that expressions using the macro may be cached.
|
| Modifier and Type | Method | Description |
|---|---|---|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerMacro(String macroName,
JpqlMacro jpqlMacro) |
Registers the given jpql macro in the configuration.
|
Copyright © 2014–2020 Blazebit. All rights reserved.