bee-produced / bee-built

A collection of modular libraries tailor-made for Kotlin enthusiasts.
MIT License
0 stars 0 forks source link

`bee.persistent.jpa`: Pagination wrong behaviour #13

Closed kurbaniec closed 9 months ago

kurbaniec commented 9 months ago

Assume entity e has a one-to-many relation to entity f. Assume each entity e has 3 entities f.

When querying 3 entities e via pagination, the pagination returns the wrong number of entities. In the assumed case 1 instead of 3 as the joined columns are also counted.