Uses of Interface
com.blazebit.persistence.spi.JpqlMacro
Packages that use JpqlMacro
Package
Description
Blaze-Persistence is a rich Criteria API for JPA.
SPI for implementers of the Blaze-Persistence API.
-
Uses of JpqlMacro in com.blazebit.persistence
Methods in com.blazebit.persistence with parameters of type JpqlMacroModifier and TypeMethodDescriptionCommonQueryBuilder.registerMacro(String macroName, JpqlMacro jpqlMacro) Registers the given jpql macro for this query builder. -
Uses of JpqlMacro in com.blazebit.persistence.spi
Subinterfaces of JpqlMacro in com.blazebit.persistence.spiModifier and TypeInterfaceDescriptioninterfaceMarker interface to signal, that expressions using the macro may be cached.Methods in com.blazebit.persistence.spi with parameters of type JpqlMacroModifier and TypeMethodDescriptionCriteriaBuilderConfiguration.registerMacro(String macroName, JpqlMacro jpqlMacro) Registers the given jpql macro in the configuration.