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 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