| Interface | Description |
|---|---|
| SqlLocator |
Locates SQL for jdbi SQL Object methods.
|
| Class | Description |
|---|---|
| AnnotationSqlLocator |
Locates SQL on the SQL method annotation (e.g.
|
| UseAnnotationSqlLocator.Factory | |
| UseClasspathSqlLocator.Factory |
| Annotation Type | Description |
|---|---|
| UseAnnotationSqlLocator |
Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).
|
| UseClasspathSqlLocator |
Configures SQL Object to locate SQL using the
ClasspathSqlLocator.findSqlOnClasspath(Class, String) method. |
Copyright © 2016. All rights reserved.