Mark Paluch
Mark Paluch
We now consider the repository bean name when checking for existing bean definitions of default custom implementation beans. Previously, we used the repository interface name without considering the repository bean...
To ensure we do not introduce threading during the application container startup we want to use imperative repositories only.
With the introduction of repository fragments in Spring Data 2.0, we introduced fragments as the primary means for feature extensions. `PagingAndSortingRepository`, `ReactiveSortingRepository`, and `RxJava3SortingRepository` are subclasses of a CRUD repository...
Message creation for `MappingException` is subject to each place that raises an exception hence we don't have a consistent style how mapping exceptions report offending entities and properties. We should...
Spring Data projections can be either interface or DTO projections. In a lot of projects, we use an `EntityConverter` (`EntityReader`) to either materialize a backing entity or directly the DTO....