Package com.blazebit.persistence.spi
Interface CacheableJpqlMacro
- All Superinterfaces:
JpqlMacro
Marker interface to signal, that expressions using the macro may be cached.
This should be implemented, if the macro is stateless or the equals/hashCode implementations are solely based on it's state.
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Method Summary