Uses of Annotation Type
org.jdbi.v3.meta.Alpha
Packages that use 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.mappers take the JDBC ResultSet and produce Java results.- 
Uses of Alpha in org.jdbi.v3.core.array
Methods in org.jdbi.v3.core.array with annotations of type AlphaModifier and TypeMethodDescriptionSqlArrayTypes.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the SqlArrayType inference. - 
Uses of Alpha in org.jdbi.v3.core.codec
Classes in org.jdbi.v3.core.codec with annotations of type AlphaModifier and TypeInterfaceDescriptioninterfaceCodec<T>A Codec provides a convenient way for a bidirectional mapping of an attribute to a database column.classCodecFactory provides column mappers and arguments for bidirectional mapping types to database columns.static final classFluent Builder forCodecFactory. - 
Uses of Alpha in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with annotations of type AlphaModifier and TypeMethodDescriptiondefault ThisConfigurable.registerCodecFactory(CodecFactory codecFactory) Convenience method to register aCodecFactory. - 
Uses of Alpha in org.jdbi.v3.core.interceptor
Classes in org.jdbi.v3.core.interceptor with annotations of type AlphaModifier and TypeInterfaceDescriptioninterfaceAn instance of an interception chain.final classAn interception chain holder to manage transformation operations.interfaceJdbiInterceptor<S,T> Generic interface to allow transformation operation interception. - 
Uses of Alpha in org.jdbi.v3.core.mapper
Methods in org.jdbi.v3.core.mapper with annotations of type AlphaModifier and TypeMethodDescriptionColumnMappers.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the ColumnMapper inference.RowMappers.getInferenceInterceptors()Returns theJdbiInterceptionChainHolderfor the RowMapper inference. - 
Uses of Alpha in org.jdbi.v3.guava.codec
Classes in org.jdbi.v3.guava.codec with annotations of type AlphaModifier and TypeClassDescriptionclassAn extendedCodecFactorywhich can resolve Codecs for subtypes.