Annotation Interface GraphPathOverride


@Documented @Target({}) @Retention(RUNTIME) public @interface GraphPathOverride
Replaces one canonical Parent.pathInParent() only inside a materialized graph projection.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Canonical relationship path.
    Path used in the materialized graph document.
  • Element Details

    • path

      String path
      Canonical relationship path.
    • projectionPath

      String projectionPath
      Path used in the materialized graph document.