Class NativeParametersHandling

java.lang.Object
org.hibernate.reactive.provider.service.NativeParametersHandling
All Implemented Interfaces:
StandardServiceInitiator<org.hibernate.sql.ast.spi.ParameterMarkerStrategy>, ServiceInitiator<org.hibernate.sql.ast.spi.ParameterMarkerStrategy>

public class NativeParametersHandling extends Object implements StandardServiceInitiator<org.hibernate.sql.ast.spi.ParameterMarkerStrategy>
Replaces the JdbcParameterRendererInitiator so to not require users to set AvailableSettings.DIALECT_NATIVE_PARAM_MARKERS : this gets enforces as the Vert.x SQL clients require it.