Uses of Class
de.caluga.morphium.annotations.ReadPreferenceLevel
-
Packages that use ReadPreferenceLevel Package Description de.caluga.morphium.annotations de.caluga.morphium.query -
-
Uses of ReadPreferenceLevel in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return ReadPreferenceLevel Modifier and Type Method Description ReadPreferenceLevelvalue()static ReadPreferenceLevelReadPreferenceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadPreferenceLevel[]ReadPreferenceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReadPreferenceLevel in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return ReadPreferenceLevel Modifier and Type Method Description ReadPreferenceLevelQuery. getReadPreferenceLevel()Methods in de.caluga.morphium.query with parameters of type ReadPreferenceLevel Modifier and Type Method Description voidQuery. setReadPreferenceLevel(ReadPreferenceLevel readPreferenceLevel)
-