hibernate-orm
hibernate-orm copied to clipboard
HHH-16283 - Integrate ParameterMarkerStrategy into NativeQuery
https://hibernate.atlassian.net/browse/HHH-16283
A straightforward implementation. Two challenges stand out:
- native query parameter expanding
- LimitHandler needs to be refactored to make it possible to be parameterized
The second concern is tricky so a separatr ticket (https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/Custom.20functions) was created, and this PR only focuses on the first goal.