We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdd4a2 commit 451cad6Copy full SHA for 451cad6
src/site/markdown/docs/kotlinMyBatis3.md
@@ -340,7 +340,7 @@ val rows = mapper.update {
340
It is also possible to write a utility method that will set values. For example:
341
342
```kotlin
343
-fun UpdateDSL<UpdateModel>.updateSelectiveColumns(record: PersonRecord) =
+fun KotlinUpdateBuilder.updateSelectiveColumns(record: PersonRecord) =
344
apply {
345
set(id).equalToWhenPresent(record::id)
346
set(firstName).equalToWhenPresent(record::firstName)
0 commit comments