Class NativeParametersHandling

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

public class NativeParametersHandling extends Object implements org.hibernate.boot.registry.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.
  • Field Details

  • Constructor Details

    • NativeParametersHandling

      public NativeParametersHandling()
  • Method Details

    • initiateService

      public org.hibernate.sql.ast.spi.ParameterMarkerStrategy initiateService(Map<String,Object> configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
      Specified by:
      initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.sql.ast.spi.ParameterMarkerStrategy>
    • getServiceInitiated

      public Class<org.hibernate.sql.ast.spi.ParameterMarkerStrategy> getServiceInitiated()
      Specified by:
      getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.sql.ast.spi.ParameterMarkerStrategy>