Interface Path


public interface Path
CAREFUL, this is an experimental API and will change! A resolved path expression.
Since:
1.2.1
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    From getFrom()
    The from node on which this path is based.
    Class<?> getJavaType()
    The java type of the path.
    String getPath()
    The qualified path as string.
    javax.persistence.metamodel.Type<?> getType()
    The type of the path.
  • Method Details

    • getFrom

      From getFrom()
      The from node on which this path is based.
      Returns:
      The from node
    • getPath

      String getPath()
      The qualified path as string.
      Returns:
      The qualified path
    • getType

      javax.persistence.metamodel.Type<?> getType()
      The type of the path.
      Returns:
      The type
    • getJavaType

      Class<?> getJavaType()
      The java type of the path.
      Returns:
      The type