Uses of Interface
org.jdbi.v3.core.argument.QualifiedArgumentFactory.Preparable
Packages that use QualifiedArgumentFactory.Preparable
Package
Description
The
argument classes translate Java types into JDBC parameters.
Bidirectional mapping between Java types and database columns.
Provides codec implementations for some Guava types.
-
Uses of QualifiedArgumentFactory.Preparable in org.jdbi.v3.core.argument
Methods in org.jdbi.v3.core.argument that return QualifiedArgumentFactory.PreparableModifier and TypeMethodDescriptionQualifiedArgumentFactory.adapt(ConfigRegistry config, ArgumentFactory.Preparable factory) Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable.QualifiedArgumentFactory.Preparable.adapt(ConfigRegistry config, ArgumentFactory.Preparable factory) Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable The returned factory only matches qualified types with zero qualifiers. -
Uses of QualifiedArgumentFactory.Preparable in org.jdbi.v3.core.codec
Classes in org.jdbi.v3.core.codec that implement QualifiedArgumentFactory.PreparableModifier and TypeClassDescriptionclassCodecFactory provides column mappers and arguments for bidirectional mapping types to database columns. -
Uses of QualifiedArgumentFactory.Preparable in org.jdbi.v3.guava.codec
Classes in org.jdbi.v3.guava.codec that implement QualifiedArgumentFactory.PreparableModifier and TypeClassDescriptionclassAn extendedCodecFactorywhich can resolve Codecs for subtypes.