| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
SqlLocator |
SqlObjects.getSqlLocator()
Returns the configured
SqlLocator. |
| Modifier and Type | Method and Description |
|---|---|
SqlObjects |
SqlObjects.setSqlLocator(SqlLocator sqlLocator)
Configures SqlObject to use the given
SqlLocator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationSqlLocator
Locates SQL on the SQL method annotations like
@SqlQuery("foo"). |
class |
SqlObjectClasspathSqlLocator |
Copyright © 2020. All rights reserved.