| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.internal | |
| org.jdbi.v3.sqlobject.statement |
The
sqlobject.statement annotations declare the type of statement
that a SqlObject method should create, such as a @SqlQuery to return rows or a
@SqlUpdate to modify rows and return the modification count. |
| org.jdbi.v3.sqlobject.statement.internal | |
| org.jdbi.v3.sqlobject.transaction |
sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method. |
| org.jdbi.v3.sqlobject.transaction.internal |
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| HandlerDecorator
Decorates Handler objects with additional behavior.
|
| HandlerDecorators
Registry for
handler decorators. |
| HandlerFactory
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of
that annotation.
|
| Handlers
Registry for
handler factories, which produce handlers for SQL object methods. |
| SqlObjects
Configuration class for SQL objects.
|
| SqlOperation
Annotation used to identify SQL operation annotations.
|
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| Class and Description |
|---|
| SqlOperation
Annotation used to identify SQL operation annotations.
|
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| Class and Description |
|---|
| SqlMethodDecoratingAnnotation
Annotation used to identify SQL method decorating annotations.
|
| SqlObject
SqlObject base interface.
|
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| HandlerDecorator
Decorates Handler objects with additional behavior.
|
Copyright © 2017. All rights reserved.