Skip to content

Commit 5f3026b

Browse files
committed
Minor correction regarding GetEntity/SetEntity leniency
1 parent e9edbcd commit 5f3026b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

upgrade_guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Thanks to [JAVA-2935](https://datastax-oss.atlassian.net/browse/JAVA-2935), `@Ge
2121
`@SetEntity` methods now have a new `lenient` attribute.
2222

2323
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.
2727

2828
If the new attribute is explicitly set to `true` however, the mapper will operate on a best-effort
2929
basis and attempt to read or write all entity properties that have a matching column in the source

0 commit comments

Comments
 (0)