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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizercreateForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
createForMethod, createForType
-
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:
createForParameterin interfaceorg.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
-