Add example showing PropertyValueConverter usage.

Closes #637
This commit is contained in:
Mark Paluch
2022-04-26 15:14:37 +02:00
committed by Greg L. Turnquist
parent 83cd9e2d5a
commit 7e50e0b612
9 changed files with 345 additions and 3 deletions

View File

@@ -2,9 +2,10 @@
This project contains examples for:
* Derived finder and geo spatial queries using a `Repository` interface.
* 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.
* Result projections for DTOs and interface types.
* Query metadata.
* Unwrapping entities into the parent document.