Package de.caluga.morphium.annotations
Annotation Interface LastAccess
User: Stephan Bösebeck
Date: 29.05.12
Time: 15:32
Tell the type to store the last access. Field is specified by the same annotation at field level.
Attention: this causes one write access for every read!
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptiondefine the format for access time when storing into strings Careful: this will slow down reading
-
Element Details
-
dateFormat
String dateFormatdefine the format for access time when storing into strings Careful: this will slow down reading- Returns:
- Default:
- "yyyy-MM-dd hh:mm:ss"
-