Class SqlQueryHandler
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler<Query>
org.jdbi.v3.sqlobject.statement.internal.SqlQueryHandler
- All Implemented Interfaces:
ExtensionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResultReturnerprivate final UseRowMapperprivate final UseRowReducerFields 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) voidconfigureReturner(Query query, SqlObjectStatementConfiguration cfg) (package private) QuerycreateStatement(Handle handle, String locatedSql) voidwarm(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
-
resultReturner
-
useRowMapper
-
useRowReducer
-
-
Constructor Details
-
SqlQueryHandler
-
-
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<Query>- Parameters:
config- the method configuration to use for warming up
-
configureReturner
- Specified by:
configureReturnerin classCustomizingStatementHandler<Query>
-
createStatement
- Specified by:
createStatementin classCustomizingStatementHandler<Query>
-