Uses of Interface
org.jdbi.v3.core.array.SqlArrayTypeFactory
-
Packages that use SqlArrayTypeFactory 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.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.enums.internal -
-
Uses of SqlArrayTypeFactory in org.jdbi.v3.core.array
Classes in org.jdbi.v3.core.array that implement SqlArrayTypeFactory Modifier and Type Class Description (package private) classInferredSqlArrayTypeFactoryA genericSqlArrayTypeFactorythat reflectively inspects anSqlArrayTypeand maps only arrays of element typeT.Fields in org.jdbi.v3.core.array with type parameters of type SqlArrayTypeFactory Modifier and Type Field Description private java.util.List<SqlArrayTypeFactory>SqlArrayTypes. factoriesprivate JdbiInterceptionChainHolder<SqlArrayType<?>,SqlArrayTypeFactory>SqlArrayTypes. inferenceInterceptorsMethods in org.jdbi.v3.core.array that return SqlArrayTypeFactory Modifier and Type Method Description static <T> SqlArrayTypeFactorySqlArrayTypeFactory. of(java.lang.Class<T> elementType, java.lang.String typeName, java.util.function.Function<T,?> conversion)Create a SqlArrayTypeFactory for the givenelementTypethat binds using a type name and convert function.Methods in org.jdbi.v3.core.array that return types with arguments of type SqlArrayTypeFactory Modifier and Type Method Description JdbiInterceptionChainHolder<SqlArrayType<?>,SqlArrayTypeFactory>SqlArrayTypes. getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the SqlArrayType inference.Methods in org.jdbi.v3.core.array with parameters of type SqlArrayTypeFactory Modifier and Type Method Description SqlArrayTypesSqlArrayTypes. register(SqlArrayTypeFactory factory)Register aSqlArrayTypeFactory. -
Uses of SqlArrayTypeFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type SqlArrayTypeFactory Modifier and Type Method Description default ThisConfigurable. registerArrayType(SqlArrayTypeFactory factory)Convenience method forgetConfig(SqlArrayTypes.class).register(factory) -
Uses of SqlArrayTypeFactory in org.jdbi.v3.core.enums.internal
Classes in org.jdbi.v3.core.enums.internal that implement SqlArrayTypeFactory Modifier and Type Class Description classEnumSqlArrayTypeFactory
-