Files
spring-data-examples/mongodb/example/README.md
Christoph Strobl 19b3c92192 Add example for unwrapping objects.
Closes #614.
2021-04-20 16:02:08 +02:00

11 lines
330 B
Markdown

# Spring Data MongoDB - Example
This project contains examples for:
* Derived finder and geo spatial queries using a `Repository` interface.
* `EntityCallback` API usage for before convert/save interaction.
* Result projections for DTOs and interface types.
* Query metadata.
* Unwrapping entities into the parent document.