Annotation Interface Table
Identifies a domain object to be persisted to Cassandra as a table.
- Author:
- Alex Shvid, Matthew T. Adams
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Deprecated.since 3.0.The name of the table; must be a valid CQL identifier or quoted identifier.
-
Element Details
-
value
String valueThe name of the table; must be a valid CQL identifier or quoted identifier.- Default:
- ""
-
forceQuote
Deprecated.since 3.0. The table name gets converted intoCqlIdentifier
hence it no longer requires an indication whether the name should be quoted.Whether to cause the table name to be force-quoted.- See Also:
-
CqlIdentifier.fromInternal(String)
- Default:
- false
-