DATACASS-523 - Polish.

This commit is contained in:
John Blum
2018-03-23 21:00:37 -07:00
parent dd718ae234
commit 48077f8b0e
36 changed files with 831 additions and 754 deletions

View File

@@ -415,7 +415,7 @@ thus allowing the name to be different than the field name of the class.
Types are derived from the property declaration by default.
* `@UserDefinedType` - applied at the type level to specify a Cassandra User-defined Data Type (UDT).
Types are derived from the declaration by default.
* `@Tuple` - applied at the type level to use a type as mapped tuple.
* `@Tuple` - applied at the type level to use a type as a mapped tuple.
* `@Element` - applied at the field level to specify element/field ordinals within a mapped tuple.
Types are derived from the property declaration by default.