sqlobject.locator inspects the declared SqlObject and determines
the statement text to pass off to core.locator for final
resolution of the statement text.See: Description
| Interface | Description |
|---|---|
| SqlLocator |
Locates SQL for jdbi SQL Object methods.
|
| Class | Description |
|---|---|
| AnnotationSqlLocator |
Locates SQL on the SQL method annotations like
@SqlQuery("foo"). |
| SqlObjectClasspathSqlLocator |
| 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. |
sqlobject.locator inspects the declared SqlObject and determines
the statement text to pass off to core.locator for final
resolution of the statement text.
Copyright © 2019. All rights reserved.