| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| Modifier and Type | Method and Description |
|---|---|
Handler |
SqlUpdate.Factory.buildHandler(Class<?> sqlObjectType,
Method method) |
Handler |
SqlQuery.Factory.buildHandler(Class<?> sqlObjectType,
Method method) |
Handler |
SqlCall.Factory.buildHandler(Class<?> sqlObjectType,
Method method) |
Handler |
SqlBatch.Factory.buildHandler(Class<?> sqlObjectType,
Method method) |
Handler |
HandlerFactory.buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
Handler |
CreateSqlObject.Factory.buildHandler(Class<?> sqlObjectType,
Method method) |
Handler |
Transaction.Decorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
Handler |
HandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates a
Handler to add or substitute behavior on the given SQL Object method. |
| Modifier and Type | Method and Description |
|---|---|
Handler |
Transaction.Decorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method) |
Handler |
HandlerDecorator.decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates a
Handler to add or substitute behavior on the given SQL Object method. |
Copyright © 2016. All rights reserved.