| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.statement | |
| org.jdbi.v3.sqlobject.transaction |
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSqlObject.Impl |
| 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. |
Handler |
SqlMethodAnnotatedHandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Handler> |
SqlMethodHandlerFactory.buildHandler(Class<?> sqlObjectType,
Method method) |
Optional<Handler> |
HandlerFactory.buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
Optional<Handler> |
DefaultMethodHandlerFactory.buildHandler(Class<?> sqlObjectType,
Method 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. |
Handler |
SqlMethodAnnotatedHandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBatch.Impl |
static class |
SqlCall.Impl |
static class |
SqlQuery.Impl |
static class |
SqlUpdate.Impl |
| Modifier and Type | Method and Description |
|---|---|
Handler |
Transaction.Decorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Handler |
Transaction.Decorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
Copyright © 2017. All rights reserved.