| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizer | |
| org.jdbi.v3.sqlobject.transaction |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementCustomizer |
FetchDirection.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
QueryTimeOut.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
FetchSize.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
MaxRows.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
default SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Used to create customizers for annotations on methods.
|
SqlStatementCustomizer |
Timestamped.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
OutParameter.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
FetchDirection.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
QueryTimeOut.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
FetchSize.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
SqlStatementCustomizer |
MaxRows.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
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 |
TransactionIsolation.Factory.createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
SqlStatementCustomizer |
TransactionIsolation.Factory.createForType(Annotation annotation,
Class<?> sqlObjectType) |
Copyright © 2017. All rights reserved.