Package | Description |
---|---|
org.skife.jdbi.v2.sqlobject |
SQL Objects
|
org.skife.jdbi.v2.sqlobject.customizers | |
org.skife.jdbi.v2.sqlobject.helpers | |
org.skife.jdbi.v2.sqlobject.stringtemplate | |
org.skife.jdbi.v2.unstable |
Early Access / In Development Modules
|
Modifier and Type | Method and Description |
---|---|
SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method)
Used to create customizers for annotations on methods.
|
SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg)
Used to create customizers for annotations on parameters
|
SqlStatementCustomizer |
SqlStatementCustomizerFactory.createForType(Annotation annotation,
Class sqlObjectType)
Used to create customizers for annotations on sql object interfaces
|
Modifier and Type | Class and Description |
---|---|
static class |
FetchDirection.FetchDirectionSqlStatementCustomizer |
static class |
RegisterContainerMapper.MyCustomizer |
static class |
TransactionIsolation.MyCustomizer |
Modifier and Type | Method and Description |
---|---|
SqlStatementCustomizer |
RegisterMapperFactory.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
TransactionIsolation.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) |
SqlStatementCustomizer |
RegisterMapper.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
OverrideStatementLocatorWith.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
QueryTimeOut.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
RegisterContainerMapper.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
OverrideStatementRewriterWith.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
FetchDirection.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
Define.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
RegisterArgumentFactory.Factory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
RegisterMapperFactory.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
TransactionIsolation.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
FetchSize.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
MaxRows.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
RegisterMapper.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
OverrideStatementLocatorWith.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
QueryTimeOut.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
RegisterContainerMapper.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
OverrideStatementRewriterWith.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
FetchDirection.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
Define.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
RegisterArgumentFactory.Factory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
FetchDirection.Factory.createForParameter(Annotation annotation,
Object arg) |
SqlStatementCustomizer |
RegisterMapperFactory.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
TransactionIsolation.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
FetchSize.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
MaxRows.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
RegisterMapper.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
OverrideStatementLocatorWith.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
QueryTimeOut.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
RegisterContainerMapper.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
OverrideStatementRewriterWith.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
FetchDirection.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
Define.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
RegisterArgumentFactory.Factory.createForType(Annotation annotation,
Class sqlObjectType) |
Modifier and Type | Method and Description |
---|---|
SqlStatementCustomizer |
MapResultAsBean.MapAsBeanFactory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
MapResultAsBean.MapAsBeanFactory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
MapResultAsBean.MapAsBeanFactory.createForType(Annotation annotation,
Class sqlObjectType) |
Modifier and Type | Method and Description |
---|---|
SqlStatementCustomizer |
UseStringTemplate3StatementLocator.LocatorFactory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
ExternalizedSqlViaStringTemplate3.LocatorFactory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
UseStringTemplate3StatementLocator.LocatorFactory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
ExternalizedSqlViaStringTemplate3.LocatorFactory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
UseStringTemplate3StatementLocator.LocatorFactory.createForType(Annotation annotation,
Class sqlObjectType) |
SqlStatementCustomizer |
ExternalizedSqlViaStringTemplate3.LocatorFactory.createForType(Annotation annotation,
Class sqlObjectType) |
Modifier and Type | Method and Description |
---|---|
SqlStatementCustomizer |
BindIn.CustomizerFactory.createForMethod(Annotation annotation,
Class sqlObjectType,
Method method) |
SqlStatementCustomizer |
BindIn.CustomizerFactory.createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Object arg) |
SqlStatementCustomizer |
BindIn.CustomizerFactory.createForType(Annotation annotation,
Class sqlObjectType) |
Copyright © 2023. All rights reserved.