Package dev.morphia.annotations
Annotation Type Version
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Version
supposed to be used on a Long or long field for optimistic locking.- Author:
- Uwe Schaefer, (us@thomas-daily.de)
-
-
Element Detail
-
value
String value
- Returns:
- the field name to use in the document. Defaults to the java field name.
- Default:
- "."
-
-