Annotation Interface From
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 ElementsModifier and TypeOptional ElementDescriptionboolean
Whether the entity should be loaded lazily
-
Element Details
-
lazy
boolean lazyWhether the entity should be loaded lazily- Default:
- false
-