Package de.caluga.morphium.annotations
Annotationsschnittstelle 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!
-
Optionale Elemente - Übersicht
Optionale ElementeModifizierer und TypOptionales ElementBeschreibungdefine the format for access time when storing into strings Careful: this will slow down reading
-
Elementdetails
-
dateFormat
String dateFormatdefine the format for access time when storing into strings Careful: this will slow down reading- Gibt zurück:
- Standard:
"yyyy-MM-dd hh:mm:ss"
-