Uses of Class
org.jdbi.v3.core.interceptor.JdbiInterceptionChainHolder
Packages that use 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
Methods in org.jdbi.v3.core.array that return JdbiInterceptionChainHolderModifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the SqlArrayType inference. -
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.interceptor
Constructors in org.jdbi.v3.core.interceptor with parameters of type JdbiInterceptionChainHolder -
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper that return JdbiInterceptionChainHolderModifier and TypeMethodDescriptionColumnMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the ColumnMapper inference.RowMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the RowMapper inference.