Uses of Interface
org.jdbi.v3.core.argument.QualifiedArgumentFactory.Preparable
-
Packages that use QualifiedArgumentFactory.Preparable Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.core.codec org.jdbi.v3.guava.codec -
-
Uses of QualifiedArgumentFactory.Preparable in org.jdbi.v3.core.argument
Methods in org.jdbi.v3.core.argument that return QualifiedArgumentFactory.Preparable Modifier and Type Method Description static QualifiedArgumentFactory.PreparableQualifiedArgumentFactory. adapt(ConfigRegistry config, ArgumentFactory.Preparable factory)Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable.static QualifiedArgumentFactory.PreparableQualifiedArgumentFactory.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.Preparable Modifier and Type Class Description classCodecFactoryCodecFactory 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.Preparable Modifier and Type Class Description classTypeResolvingCodecFactoryAn extendedCodecFactorywhich can resolve Codecs for subtypes.
-