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
-
Method Summary
locate(Class<?> sqlObjectType,
Method method,
org.jdbi.v3.core.config.ConfigRegistry config)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConnectionAwareAnnotationSqlLocator
public ConnectionAwareAnnotationSqlLocator(String jdbcDriverClass)
-
Method Details
-
locate
public String locate(Class<?> sqlObjectType,
Method method,
org.jdbi.v3.core.config.ConfigRegistry config)
- Specified by:
locate in interface org.jdbi.v3.sqlobject.locator.SqlLocator