Files
spring-data-examples/mongodb/example/README.md
2022-05-19 11:23:01 -05:00

12 lines
373 B
Markdown

# Spring Data MongoDB - Example
This project contains examples for:
* Derived query method and geospatial queries using a `Repository` interface.
* Usage of property-specific converters.
* `EntityCallback` API usage for before convert/save interaction.
* Result projections for DTOs and interface types.
* Query metadata.
* Unwrapping entities into the parent document.