Files
spring-data-examples/mongodb/example
Christoph Strobl f98c7b9c93 Show how to use Limit with repository queries.
Add methods taking a Limit parameter to various samples.

Original pull request: #672
Closes #671
2023-11-02 14:45:03 +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.