Package dev.morphia.annotations
Annotation Type Reference
-
@Documented @Inherited @Retention(RUNTIME) @Target({FIELD,METHOD}) @Handler(ReferenceCodec.class) public @interface Reference
- Author:
- Olafur Gauti Gudmundsson, Scott Hernandez
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
idOnly
boolean
ignoreMissing
boolean
lazy
String
value
-
-
-
-
value
String value
- Returns:
- The name of the Mongo value to store the field. Defaults to the name of the field being annotated.
- Default:
- "."
-
-