Uses of Interface
org.jdbi.v3.core.array.SqlArrayTypeFactory
Packages that use SqlArrayTypeFactory
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.
The
config classes define a configuration registry starting from
each Jdbi instance.-
Uses of SqlArrayTypeFactory in org.jdbi.v3.core.array
Methods in org.jdbi.v3.core.array that return SqlArrayTypeFactoryModifier and TypeMethodDescriptionstatic <T> SqlArrayTypeFactoryCreate 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 SqlArrayTypeFactoryModifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the SqlArrayType inference.Methods in org.jdbi.v3.core.array with parameters of type SqlArrayTypeFactoryModifier and TypeMethodDescriptionSqlArrayTypes.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 SqlArrayTypeFactoryModifier and TypeMethodDescriptiondefault ThisConfigurable.registerArrayType(SqlArrayTypeFactory factory) Convenience method forgetConfig(SqlArrayTypes.class).register(factory)