Consider pluggability for rendering "JDBC" parameters
Description
is followed up by
Activity
Show:
Steve Ebersole March 13, 2023 at 6:26 PM
Ultimately this contract was renamed as ParameterMarkerStrategy
…
Steve Ebersole March 11, 2023 at 12:12 AM
https://hibernate.atlassian.net/browse/HHH-16273 offers a 3rd option, using the hibernate.dialect.native_param_markers
setting
Intended to allow for hibernate-reactive to deal with the need for
$1
style parameters in the Vert.x PGSQL driver.Can be achieved one of 2 ways:
New
JdbcParameterRenderer
(service) contractOverriding newly isolated
AbstractSqlAstTranslator#renderParameterAsParameter
method