Uses of Class
org.jdbi.v3.core.interceptor.JdbiInterceptionChainHolder
-
Packages that use JdbiInterceptionChainHolder Package Description org.jdbi.v3.core.array Thearraypackage binds Java arrays and collections to SQL arrays, and handles mapping array result types back to Java arrays and collections.org.jdbi.v3.core.interceptor org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results. -
-
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.array
Fields in org.jdbi.v3.core.array declared as JdbiInterceptionChainHolder Modifier and Type Field Description private JdbiInterceptionChainHolder<SqlArrayType<?>,SqlArrayTypeFactory>SqlArrayTypes. inferenceInterceptorsMethods in org.jdbi.v3.core.array that return JdbiInterceptionChainHolder Modifier and Type Method Description JdbiInterceptionChainHolder<SqlArrayType<?>,SqlArrayTypeFactory>SqlArrayTypes. 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 Constructor Description JdbiInterceptionChainHolder(JdbiInterceptionChainHolder<S,T> that) -
Uses of JdbiInterceptionChainHolder in org.jdbi.v3.core.mapper
Fields in org.jdbi.v3.core.mapper declared as JdbiInterceptionChainHolder Modifier and Type Field Description private JdbiInterceptionChainHolder<ColumnMapper<?>,QualifiedColumnMapperFactory>ColumnMappers. inferenceInterceptorsprivate JdbiInterceptionChainHolder<RowMapper<?>,RowMapperFactory>RowMappers. inferenceInterceptorsMethods in org.jdbi.v3.core.mapper that return JdbiInterceptionChainHolder Modifier and Type Method Description JdbiInterceptionChainHolder<ColumnMapper<?>,QualifiedColumnMapperFactory>ColumnMappers. getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the ColumnMapper inference.JdbiInterceptionChainHolder<RowMapper<?>,RowMapperFactory>RowMappers. getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the RowMapper inference.
-