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.
-
-
Field Summary
Fields Modifier and Type Field Description static NativeParametersHandling
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description NativeParametersHandling()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ParameterMarkerStrategy>
getServiceInitiated()
ParameterMarkerStrategy
initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
-
-
-
Field Detail
-
INSTANCE
public static final NativeParametersHandling INSTANCE
Singleton access
-
-
Method Detail
-
initiateService
public ParameterMarkerStrategy initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
- Specified by:
initiateService
in interfaceStandardServiceInitiator<ParameterMarkerStrategy>
-
getServiceInitiated
public Class<ParameterMarkerStrategy> getServiceInitiated()
- Specified by:
getServiceInitiated
in interfaceServiceInitiator<ParameterMarkerStrategy>
-
-