| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.locator |
| Modifier and Type | Method and Description |
|---|---|
SqlObjectConfig |
SqlObjectFactory.createConfig() |
SqlObjectConfig |
SqlObjectConfig.createCopy() |
SqlObjectConfig |
SqlObjectConfig.setSqlLocator(SqlLocator sqlLocator)
Configures SqlObject to use the given
SqlLocator. |
| Modifier and Type | Method and Description |
|---|---|
default Consumer<SqlObjectConfig> |
SqlObjectConfigurerFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Create a configurer for the given annotation on a sql object method.
|
default Consumer<SqlObjectConfig> |
SqlObjectConfigurerFactory.createForType(Annotation annotation,
Class<?> sqlObjectType)
Create a configurer for the given annotation on a sql object type.
|
| Modifier and Type | Method and Description |
|---|---|
<E> E |
SqlObjectFactory.attach(Class<E> extensionType,
SqlObjectConfig config,
Supplier<Handle> handle)
Create a sql object of the specified type bound to this handle.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<SqlObjectConfig> |
UseClasspathSqlLocator.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
Consumer<SqlObjectConfig> |
UseAnnotationSqlLocator.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
Consumer<SqlObjectConfig> |
UseClasspathSqlLocator.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
Consumer<SqlObjectConfig> |
UseAnnotationSqlLocator.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
Copyright © 2016. All rights reserved.