| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.customizers | |
| org.jdbi.v3.sqlobject.locator | |
| org.jdbi.v3.sqlobject.mixins |
| 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.
|
| 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.
|
| SqlMethodDecoratingAnnotation
Annotation used to identify SQL method decorating annotations.
|
| SqlObjects
Configuration class for SQL objects
|
| SqlStatementCustomizer
Used with
SqlStatementCustomizerFactory to
customize sql statements via annotations |
| SqlStatementCustomizerFactory
Interface used in conjunction with
SqlStatementCustomizingAnnotation to generate
SqlStatementCustomizer instances. |
| SqlStatementCustomizingAnnotation
Annotation used to build customizing annotations.
|
| Class and Description |
|---|
| ConfigurerFactory
Generates
Consumer<ConfigRegistry> instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation. |
| ConfiguringAnnotation
Annotation used to modify configuration in the context of a SQL object or method.
|
| SqlStatementCustomizer
Used with
SqlStatementCustomizerFactory to
customize sql statements via annotations |
| SqlStatementCustomizerFactory
Interface used in conjunction with
SqlStatementCustomizingAnnotation to generate
SqlStatementCustomizer instances. |
| SqlStatementCustomizingAnnotation
Annotation used to build customizing annotations.
|
| Class and Description |
|---|
| ConfigurerFactory
Generates
Consumer<ConfigRegistry> instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation. |
| ConfiguringAnnotation
Annotation used to modify configuration in the context of a SQL object or method.
|
| Class and Description |
|---|
| TransactionalCallback |
| TransactionalConsumer |
Copyright © 2016. All rights reserved.