Annotation Interface Consistency
Annotation to declare a
ConsistencyLevel
for CQL queries executed through query methods.- Since:
- 2.0
- Author:
- Mark Paluch
- See Also:
-
QueryAnnotation
QueryOptions
-
Required Element Summary
Modifier and TypeRequired ElementDescriptioncom.datastax.oss.driver.api.core.DefaultConsistencyLevel
-
Element Details
-
value
com.datastax.oss.driver.api.core.DefaultConsistencyLevel value- Returns:
- the
ConsistencyLevel
applied to the query executed using a Repository query method.
-