Files
spring-data-examples/mongodb/example
2021-04-27 14:47:20 +02:00
..
2021-04-27 14:47:20 +02:00
2019-03-20 10:10:59 -05:00
2021-04-20 16:02:08 +02:00

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.