Annotation Interface To


@Retention(RUNTIME) @Target(FIELD) public @interface To
Annotation to indicate that the annotated field is stored as a document in another collection using ArangoDB's graph model instead of a nested document.
Author:
Mark Vollmary
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the entity should be loaded lazily
  • Element Details

    • lazy

      boolean lazy
      Whether the entity should be loaded lazily
      Default:
      false