AvistoTelecom / jpa-search

This library allows you to create complex searching configurations in an easy way
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Split to 2 requests at first join #15

Closed GabrielRevelli closed 3 months ago

GabrielRevelli commented 3 months ago

We're facing some performance issues dealing with sql join and pagination that hibernate cannot handle. We need to apply the solution from this article https://vladmihalcea.com/fix-hibernate-hhh000104-entity-fetch-pagination-warning-message/ on the first join done when we use pagination.