hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-16283 - Integrate ParameterMarkerStrategy into NativeQuery

Open NathanQingyangXu opened this issue 6 months ago • 6 comments

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.

NathanQingyangXu avatar Aug 19 '24 23:08 NathanQingyangXu