Annotation Interface UserDefinedType
Identifies a domain object as Cassandra User Defined type (UDT). User defined types may contain nested user defined
types.
- Since:
- 1.5
- Author:
- Fabio J. Mendes, Mark Paluch
-
Optional Element Summary
Optional Elements
-
Element Details
-
keyspace
String keyspaceThe keyspace for the UDT; must be a valid CQL identifier/quoted identifier or empty to use the session-keyspace. The value can be either a string or aValue Expression.- Since:
- 4.4
- Default:
""
-
value
String valueThe name of the UDT. Must be a valid CQL identifier or quoted identifier. The value can be either a string or aValue Expression.- Default:
""
-