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.
-
ClassDescriptionLocates 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 withSqlQuery
.Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).Configures SQL Object to locate SQL using theClasspathSqlLocator.findSqlOnClasspath(Class, String)
method.