Class BindFQN.Factory

java.lang.Object
org.openmetadata.service.util.jdbi.BindFQN.Factory
All Implemented Interfaces:
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
Enclosing class:
BindFQN

public static class BindFQN.Factory extends Object implements org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • createForParameter

      public org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
      Specified by:
      createForParameter in interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory