Interface PathReference


public interface PathReference
TODO: documentation
Since:
1.1.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    javax.persistence.metamodel.Type<?>
    Returns the type of the path reference.
  • Method Details

    • getBaseNode

      BaseNode getBaseNode()
    • getField

      String getField()
    • getType

      javax.persistence.metamodel.Type<?> getType()
      Returns the type of the path reference.
      Returns:
      The type of the path
      Since:
      1.2.0