| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizer |
The
sqlobject.customizer package provides annotations
that customize the execution of a statement. |
| org.jdbi.v3.sqlobject.customizer.internal |
| Modifier and Type | Method and Description |
|---|---|
default SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Used to create customizers for annotations on methods.
|
default SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForType(Annotation annotation,
Class<?> sqlObjectType)
Used to create customizers for annotations on sql object interfaces
|
| Modifier and Type | Method and Description |
|---|---|
SqlStatementCustomizer |
TimestampedFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
FetchSizeFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
AllowUnusedBindingsFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
DefineNamedBindingsFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
MaxRowsFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
OutParameterFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
OutParameterListFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
QueryTimeOutFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
FetchSizeFactory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
AllowUnusedBindingsFactory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
DefineNamedBindingsFactory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
QueryTimeOutFactory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
Copyright © 2019. All rights reserved.