Files
spring-data-examples/mongodb/example
Marc Wrobel ce994f9ea0 Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code.

Original pull request #642
2022-07-29 13:07:11 +02:00
..
2022-07-29 13:07:11 +02:00

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.