10 lines
282 B
Markdown
10 lines
282 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.
|
|
|