Annotation Interface Table
Identifies a domain object to be persisted to Cassandra as a table.
- Author:
- Alex Shvid, Matthew T. Adams, Mark Paluch
-
Optional Element Summary
Optional Elements
-
Element Details
-
keyspace
String keyspaceThe keyspace for the table; table uses the session-keyspace if empty; must be a valid CQL identifier or quoted identifier. The value can be either a string or aValue Expression.- Since:
- 4.4
- Default:
""
-
value
String valueThe name of the table; must be a valid CQL identifier or quoted identifier. The value can be either a string or aValue Expression.- Default:
""
-