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.mappers 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 theJdbiInterceptionChainHolderfor 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 theJdbiInterceptionChainHolderfor the ColumnMapper inference.RowMappers.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the RowMapper inference.