Package | Description |
---|---|
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 | Class and Description |
---|---|
interface |
Define
Used to set attributes on the StatementContext for the statement generated for this method.
|
interface |
FetchDirection
Used to specify the fetch direction, per JDBC, of a result set.
|
interface |
FetchSize |
interface |
MaxRows
Used to specify the maximum numb er of rows to return on a result set.
|
interface |
OutParameter
Declare a named out parameter on an
@SqlCall annotated method. |
interface |
OverrideStatementLocatorWith
Use this to override the statement locator on a sql object, May be specified on either the interface
or method level.
|
interface |
OverrideStatementRewriterWith
Use this to override the statement rewriter on a sql object, May be specified on either the interface
or method level.
|
interface |
QueryTimeOut
Specify the query timeout in seconds.
|
interface |
RegisterArgumentFactory
Used to set attributes on the StatementContext for the statement generated for this method.
|
interface |
RegisterColumnMapper
Used to register a result column mapper with either a sql object type or for a specific method.
|
interface |
RegisterColumnMapperFactory
Used to register a result column mapper with either a sql object type or for a specific method.
|
interface |
RegisterContainerMapper |
interface |
RegisterMapper
Used to register a result set mapper with either a sql object type or for a specific method.
|
interface |
RegisterMapperFactory
Used to register a result set mapper with either a sql object type or for a specific method.
|
interface |
TransactionIsolation
Used to specify the transaction isolation level for an object or method (via annotating the method
or passing it in as an annotated param).
|
Modifier and Type | Class and Description |
---|---|
interface |
MapResultAsBean |
Modifier and Type | Class and Description |
---|---|
interface |
org.skife.jdbi.v2.sqlobject.stringtemplate.ExternalizedSqlViaStringTemplate3
Deprecated.
|
interface |
UseStringTemplate3StatementLocator |
Modifier and Type | Class and Description |
---|---|
interface |
BindIn
Binds an Iterable or array/varargs of any type to a placeholder as a comma-separated list (e.g.
|
Copyright © 2018. All rights reserved.