spring-projects / spring-projects/spring-data-rest
Ability to save many objects in the same request [DATAREST-1285]
Open
@odrotbohm is already working on this.
Since Dec 31, 2020.
in: content-negotiation
type: enhancement
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Guram Savinov opened DATAREST-1285 and commented
As a user I'd like to post array of entities to the collection endpoint and expect that all the entities will be saved (presisted or merged, SimpleJpaRepository#save() supports it already) transactionally
Reference URL: https://stackoverflow.com/questions/40362789/how-to-save-many-objects-in-the-same-request-using-spring-boot-data-rest
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.