Package de.caluga.morphium.annotations
Annotation Type DefaultReadPreference
-
@Target(TYPE) @Retention(RUNTIME) public @interface DefaultReadPreference
User: Stephan Bösebeck Date: 10.08.12 Time: 12:55 Set the default read preference level for this type. It can be changed by query, if necessary- See Also:
Morphium
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ReadPreferenceLevelvalue
-
-
-
Element Detail
-
value
ReadPreferenceLevel value
- Default:
- de.caluga.morphium.annotations.ReadPreferenceLevel.NEAREST
-
-