Micronaut repository returns only one result in Page even though there are more
I’m doing a simple select query using Micronaut Data v4.4.0 like so:
Micronaut Data JDBC – Join Nestes Entities
I’m trying to join nested entities using Micronaut 4.5.0 and Micronaut Data JDBC. I have the following entity model and I’m trying to find all buildings for a given postal code and municipality that matches a query.