Package org.jdbi.v3.sqlobject.locator


package org.jdbi.v3.sqlobject.locator

sqlobject.locator inspects the declared SqlObject and determines the statement text to pass off to core.locator for final resolution of the statement text.

  • Class
    Description
    Locates SQL on the SQL method annotations like @SqlQuery("foo").
    Locates SQL for jdbi SQL Object methods.
    Locates SQL in .sql files on the classpath for use with SqlQuery.
    Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).
    Configures SQL Object to locate SQL using the ClasspathSqlLocator.findSqlOnClasspath(Class, String) method.