| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.internal | |
| org.jdbi.v3.sqlobject.statement.internal | |
| org.jdbi.v3.sqlobject.transaction.internal |
| Modifier and Type | Method and Description |
|---|---|
Handler |
HandlerDecorators.applyDecorators(Handler base,
Class<?> sqlObjectType,
Method method)
Applies all registered decorators to the given handler
|
Handler |
HandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates the
Handler to add or substitute behavior on the given SQL Object method. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Handler> |
HandlerFactory.buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
Optional<Handler> |
Handlers.findFor(Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Handler |
HandlerDecorators.applyDecorators(Handler base,
Class<?> sqlObjectType,
Method method)
Applies all registered decorators to the given handler
|
Handler |
HandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates the
Handler to add or substitute behavior on the given SQL Object method. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSqlObjectHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlBatchHandler |
class |
SqlCallHandler |
class |
SqlQueryHandler |
class |
SqlUpdateHandler |
| Modifier and Type | Method and Description |
|---|---|
Handler |
TransactionDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Handler |
TransactionDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
Copyright © 2018. All rights reserved.