Interface CacheableJpqlMacro

All Superinterfaces:
JpqlMacro

public interface CacheableJpqlMacro
extends 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

    Methods inherited from interface com.blazebit.persistence.spi.JpqlMacro

    render