79244061

Date: 2024-12-02 12:25:32
Score: 0.5
Natty:
Report link

I had to do the same thing in my project where I use Spring Data and Hibernate. I overrided the org.hibernate.dialect.Dialect#addSqlHintOrComment method and added custom wrapper for Hibernate's @QueryHint. The full implementation and related details can be found here

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Eager