jborgers / PMD-jPinpoint-rules

PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.
Apache License 2.0
43 stars 10 forks source link

Fix request: AvoidHugeQueryFetchSize hibernate 6 Criteria and hints support #375

Open jborgers opened 1 week ago

jborgers commented 1 week ago

In hibernate 6, Criteria is re-designed and .setFetchsize is different. Also, hints with fetch size are not supported yet.