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.mapper.reflect provides RowMappers that reflectively
 construct result types using techniques like constructor injection
 or JavaBeans setters.- 
Uses of Alpha in org.jdbi.v3.core.arrayMethods 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.codecClasses 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.configMethods 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.interceptorClasses 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.mapperMethods 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.core.mapper.reflectMethods in org.jdbi.v3.core.mapper.reflect with annotations of type AlphaModifier and TypeMethodDescriptionReflectionMappers.disableAccessibleObjectStrategy()Set the strategy Jdbi uses for Java accessibility rules to a no-op.<T extends AccessibleObject>
 TReflectionMappers.makeAccessible(T accessibleObject) Use the accessibility strategy to potentially make a reflective operation accessible.ReflectionMappers.setAccessibleObjectStrategy(Consumer<AccessibleObject> makeAccessible) Set the strategy Jdbi uses for Java accessibility rules.
- 
Uses of Alpha in org.jdbi.v3.guava.codecClasses in org.jdbi.v3.guava.codec with annotations of type AlphaModifier and TypeClassDescriptionclassAn extendedCodecFactorywhich can resolve Codecs for subtypes.
- 
Uses of Alpha in org.jdbi.v3.postgisClasses in org.jdbi.v3.postgis with annotations of type Alpha