vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
306 stars 43 forks source link

Investigate the integration with Hibernate Query Validator #239

Open vladmihalcea opened 5 months ago

vladmihalcea commented 5 months ago

Hibernate provides a Query Validator that could be used to validate the queries that get executed. The warning part might be interesting as it could provide some insight that, otherwise, could be overlooked.