Uses of Class
org.jdbi.v3.core.interceptor.JdbiInterceptionChainHolder
Package
Description
The
array
package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.mapper
s take the JDBC ResultSet and produce Java results.-
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.array
Modifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the SqlArrayType inference. -
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.interceptor
-
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.mapper
Modifier and TypeMethodDescriptionColumnMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the ColumnMapper inference.RowMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the RowMapper inference.