Uses of Annotation Type
org.jdbi.v3.meta.Alpha
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.mapper
s take the JDBC ResultSet and produce Java results.-
Uses of Alpha in org.jdbi.v3.core.array
Modifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the SqlArrayType inference. -
Uses of Alpha in org.jdbi.v3.core.codec
Modifier and TypeInterfaceDescriptioninterface
Codec<T>
A Codec provides a convenient way for a bidirectional mapping of an attribute to a database column.class
CodecFactory provides column mappers and arguments for bidirectional mapping types to database columns.static final class
Fluent Builder forCodecFactory
. -
Uses of Alpha in org.jdbi.v3.core.config
Modifier and TypeMethodDescriptiondefault This
Configurable.registerCodecFactory
(CodecFactory codecFactory) Convenience method to register aCodecFactory
. -
Uses of Alpha in org.jdbi.v3.core.interceptor
Modifier and TypeInterfaceDescriptioninterface
An instance of an interception chain.final class
An interception chain holder to manage transformation operations.interface
JdbiInterceptor<S,
T> Generic interface to allow transformation operation interception. -
Uses of Alpha in org.jdbi.v3.core.mapper
Modifier and TypeMethodDescriptionColumnMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the ColumnMapper inference.RowMappers.getInferenceInterceptors()
Returns theJdbiInterceptionChainHolder
for the RowMapper inference. -
Uses of Alpha in org.jdbi.v3.guava.codec
Modifier and TypeClassDescriptionclass
An extendedCodecFactory
which can resolve Codecs for subtypes. -
Uses of Alpha in org.jdbi.v3.postgis