Jens Schauder
Jens Schauder
Closes #1351 Maybe this can be the basis for a template for all modules.
Replaces the Degraph based implementation with one based on ArchUnit and reenables the test. The test currently fails since the aot code causes cycles.
I created [a sample to experiment with the behaviour of Fetch Joins vs normal Joins in JPQL and Criteria API](https://github.com/schauder/jpa-hibernate-fetch-join-examples). The experiment uses Hibernate as the most popular JPA implementation....
We should at the very least write some tests to document the intended behaviour and also clarify that in the documentation.
Both the JDBC and the R2DBC module have a QueryMapper and a lot of code is duplicated between them. \ We should remove that code duplication, possibly by introducing a...
This should resolve #592. I opted for a separate issue in order to allow for a more focused discourse about this specific approach. We have a concept for how to...
The construction of the identifier used to query nested collections is not well encapsulated. This is especially obvious when constructing the identifier for deeply nested collections without ids. It currently...