Annotation Interface Ref
Annotation to indicate that the annotated field is stored as a document in
another collection instead of a nested document. The document _id
of that document is stored as a reference in the stored field.
- 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
-