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 XCommonQueryBuilder. 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 interfaceCacheableJpqlMacroMarker 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 CriteriaBuilderConfigurationCriteriaBuilderConfiguration. registerMacro(String macroName, JpqlMacro jpqlMacro)Registers the given jpql macro in the configuration.
-