Class SqlUpdateHandler
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler<Update>
org.jdbi.v3.sqlobject.statement.internal.SqlUpdateHandler
- All Implemented Interfaces:
ExtensionHandler
-
Field Summary
FieldsFields inherited from interface org.jdbi.v3.core.extension.ExtensionHandler
EQUALS_HANDLER, HASHCODE_HANDLER, NULL_HANDLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) UpdatecreateStatement(Handle handle, String locatedSql) private StringinvalidReturnTypeMessage(Method method, QualifiedType<?> returnType) private booleanprivate booleanvoidwarm(ConfigRegistry config) Called after the method handler is constructed to pre-initialize any important configuration data structures.Methods inherited from class org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler
applyCustomizers, getMethod, getParameterType, invoke, locateSql, rowMapperFor, rowReducerFor
-
Field Details
-
resultTransformer
-
resultReturner
-
-
Constructor Details
-
SqlUpdateHandler
-
-
Method Details
-
warm
Description copied from interface:ExtensionHandlerCalled after the method handler is constructed to pre-initialize any important configuration data structures.- Specified by:
warmin interfaceExtensionHandler- Overrides:
warmin classCustomizingStatementHandler<Update>- Parameters:
config- the method configuration to use for warming up
-
createStatement
- Specified by:
createStatementin classCustomizingStatementHandler<Update>
-
configureReturner
- Specified by:
configureReturnerin classCustomizingStatementHandler<Update>
-
isNumeric
-
isBoolean
-
invalidReturnTypeMessage
-