Files
spring-data-examples/mongodb/example
2022-05-19 11:23:00 -05:00
..
2022-05-19 11:23:00 -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.