| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.locator |
| 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 annotation (e.g.
|
Copyright © 2016. All rights reserved.