| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.statement | |
| org.jdbi.v3.sqlobject.transaction |
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| HandlerFactory
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of
that annotation.
|
| SqlMethodAnnotation
Annotation used to identify SQL method annotations.
|
| SqlObjects
Configuration class for SQL objects
|
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| HandlerFactory
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of
that annotation.
|
| SqlMethodAnnotation
Annotation used to identify SQL method annotations.
|
| Class and Description |
|---|
| Handler
Implements the contract of a SQL Object method.
|
| HandlerDecorator
Creates Handler decorator objects for methods annotated with a specific SQL method decorating annotation,
which satisfy the contract of that annotation.
|
| SqlMethodDecoratingAnnotation
Annotation used to identify SQL method decorating annotations.
|
| SqlObject
SqlObject base interface.
|
Copyright © 2017. All rights reserved.