Consider pluggability for rendering "JDBC" parameters

Description

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:

  1. New JdbcParameterRenderer (service) contract

  2. Overriding newly isolated AbstractSqlAstTranslator#renderParameterAsParameter method

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

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Priority

Created February 23, 2023 at 11:53 PM
Updated March 13, 2023 at 6:26 PM
Resolved March 1, 2023 at 6:04 PM