Uses of Interface
com.blazebit.persistence.spi.JpqlMacro
-
Packages that use JpqlMacro 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. -
-
Uses of JpqlMacro in com.blazebit.persistence
Methods in com.blazebit.persistence with parameters of type JpqlMacro Modifier and Type Method Description X
CommonQueryBuilder. 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.spi Modifier and Type Interface Description interface
CacheableJpqlMacro
Marker interface to signal, that expressions using the macro may be cached.Methods in com.blazebit.persistence.spi with parameters of type JpqlMacro Modifier and Type Method Description CriteriaBuilderConfiguration
CriteriaBuilderConfiguration. registerMacro(String macroName, JpqlMacro jpqlMacro)
Registers the given jpql macro in the configuration.
-