Uses of Interface
org.jdbi.v3.core.array.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
Modifier and TypeMethodDescriptionstatic <T> SqlArrayTypeFactory
Create a SqlArrayTypeFactory for the givenelementType
that binds using a type name and convert function.Modifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the SqlArrayType inference.Modifier and TypeMethodDescriptionSqlArrayTypes.register
(SqlArrayTypeFactory factory) Register aSqlArrayTypeFactory
. -
Uses of SqlArrayTypeFactory in org.jdbi.v3.core.config
Modifier and TypeMethodDescriptiondefault This
Configurable.registerArrayType
(SqlArrayTypeFactory factory) Convenience method forgetConfig(SqlArrayTypes.class).register(factory)