Class NativeParametersHandling

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

public class NativeParametersHandling extends Object implements StandardServiceInitiator<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.