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.
-
Interface Summary
-
Class SummaryClassDescriptionLocates SQL on the SQL method annotations like
@SqlQuery("foo"). -
Annotation Types SummaryAnnotation TypeDescriptionConfigures SQL Object to use AnnotationSqlLocator (the default SqlLocator).Configures SQL Object to locate SQL using the
ClasspathSqlLocator.findSqlOnClasspath(Class, String)method.