Files
spring-data-examples/mongodb/example
Christoph Strobl a4c5214b39 Update MongoDB samples.
Use default MongoDB container in tests and remove sample for deprecated server side scripting.
2024-11-22 08:55:24 +01:00
..
2024-11-22 08:55:24 +01: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.