Class ConnectionAwareAnnotationSqlLocator

  • All Implemented Interfaces:
    org.jdbi.v3.sqlobject.locator.SqlLocator

    public class ConnectionAwareAnnotationSqlLocator
    extends Object
    implements org.jdbi.v3.sqlobject.locator.SqlLocator
    • Constructor Detail

      • ConnectionAwareAnnotationSqlLocator

        public ConnectionAwareAnnotationSqlLocator​(String jdbcDriverClass)
    • Method Detail

      • 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