Class ConnectionAwareAnnotationSqlLocator
- java.lang.Object
-
- org.openmetadata.service.jdbi3.locator.ConnectionAwareAnnotationSqlLocator
-
- All Implemented Interfaces:
org.jdbi.v3.sqlobject.locator.SqlLocator
public class ConnectionAwareAnnotationSqlLocator extends Object implements org.jdbi.v3.sqlobject.locator.SqlLocator
-
-
Constructor Summary
Constructors Constructor Description ConnectionAwareAnnotationSqlLocator(String jdbcDriverClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocate(Class<?> sqlObjectType, Method method, org.jdbi.v3.core.config.ConfigRegistry config)
-
-
-
Constructor Detail
-
ConnectionAwareAnnotationSqlLocator
public ConnectionAwareAnnotationSqlLocator(String jdbcDriverClass)
-
-