File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Thanks to [JAVA-2935](https://datastax-oss.atlassian.net/browse/JAVA-2935), `@Ge
21
21
` @SetEntity ` methods now have a new ` lenient ` attribute.
22
22
23
23
If the attribute is ` false ` (the default value), then the source row or the target statement must
24
- contain a matching column for every property in the entity definition, * including computed ones * . If
25
- such a column is not found, an error will be thrown. This corresponds to the mapper's current
26
- behavior prior to the introduction of the new attribute.
24
+ contain a matching column for every property in the entity definition. If such a column is not
25
+ found, an error will be thrown. This corresponds to the mapper's current behavior prior to the
26
+ introduction of the new attribute.
27
27
28
28
If the new attribute is explicitly set to ` true ` however, the mapper will operate on a best-effort
29
29
basis and attempt to read or write all entity properties that have a matching column in the source
You can’t perform that action at this time.
0 commit comments