Browse Source

Fix typo in documentation.

Original pull request #1918
pull/1922/head
Roland Weisleder 1 year ago committed by Jens Schauder
parent
commit
52fdadde44
No known key found for this signature in database
GPG Key ID: 74F6C554AE971567
  1. 2
      src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc

2
src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc

@ -71,7 +71,7 @@ This includes fragments you use to implement custom methods for your Spring Data
=== Persisting === Persisting
`JdbcAggregateTemplate offers three types of methods for persisting entities: `save`, `insert`, and `update`. `JdbcAggregateTemplate` offers three types of methods for persisting entities: `save`, `insert`, and `update`.
Each comes in two flavors: Each comes in two flavors:
Operating on single aggregates, named exactly as mentioned above, and with an `All` suffix operation on an `Iterable`. Operating on single aggregates, named exactly as mentioned above, and with an `All` suffix operation on an `Iterable`.

Loading…
Cancel
Save