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 Interface Description SqlLocator Locates SQL for jdbi SQL Object methods. -
Class Summary Class Description AnnotationSqlLocator Locates SQL on the SQL method annotations like@SqlQuery("foo").SqlObjectClasspathSqlLocator -
Annotation Types Summary Annotation Type Description UseAnnotationSqlLocator Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).UseClasspathSqlLocator Configures SQL Object to locate SQL using theClasspathSqlLocator.findSqlOnClasspath(Class, String)method.