Interface ViewRootJpqlMacro

All Superinterfaces:
JpqlMacro

public interface ViewRootJpqlMacro
extends JpqlMacro
Interface implemented by the entity view provider. Represents a view root macro that gives access to the view root.
Since:
1.2.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    String getViewRoot()
    Returns the view root alias or null if not an alias.

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

    render
  • Method Details

    • getViewRoot

      String getViewRoot()
      Returns the view root alias or null if not an alias. When using batched fetching, it can happen that a view root is represented as parameter. In that case null is returned.
      Returns:
      The view root or null