Interface ViewJpqlMacro

All Superinterfaces:
JpqlMacro

public interface ViewJpqlMacro extends JpqlMacro
Interface implemented by the entity view provider. Represents the current view that is accessible through the expression VIEW().
Since:
1.5.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current view path.
    void
    setViewPath(String viewPath)
    Sets the current view path.

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

    render
  • Method Details

    • getViewPath

      String getViewPath()
      Returns the current view path.
      Returns:
      the current view path
    • setViewPath

      void setViewPath(String viewPath)
      Sets the current view path.
      Parameters:
      viewPath - The new view path