Annotation Interface Column
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER})
public @interface Column
Annotation to define custom metadata for document fields.
- Author:
- Alex Shvid, Matthew T. Adams, Mark Paluch, Aleksei Zotov
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the column in the table; must be a valid CQL identifier or quoted identifier.- Default:
""
-
isStatic
boolean isStaticWhether the column isstatic. Default is false. Used primarily for schema creation.- Since:
- 3.2
- Default:
false
-