JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.datastax.driver.mapping.annotations
Annotation Type Accessor
@Target
(
value
=
TYPE
)
@Retention
(
value
=
RUNTIME
) public @interface
Accessor
An accessor is an interface that defines a set of method to read and write from Cassandra.
Each method declaration of an interface with the annotation
Accessor
must have a
Query
annotation that defines the query the method executes.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element