We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c344424 commit f96c65bCopy full SHA for f96c65b
1 file changed
README.md
@@ -104,7 +104,7 @@ public class PersonMapping extends AbstractMapping<Person> {
104
}
105
```
106
107
-### Construct and Use the SqlServerBulkInsert ###
+### Construct and use the SqlServerBulkInsert ###
108
109
The ``AbstractMapping`` is used to instantiate a ``SqlServerBulkInsert``, which provides a ``saveAll`` method to store a given stream of data.
110
0 commit comments