Uses of Interface
org.jdbi.v3.core.argument.NamedArgumentFinder
Package
Description
The
argument
classes translate Java types into JDBC parameters.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of NamedArgumentFinder in org.jdbi.v3.core.argument
Modifier and TypeClassDescriptionclass
Deprecated.this should never have been public APIclass
Deprecated.useSqlStatement.bindMap(Map)
insteadclass
Deprecated.this functionality will remain supported, but this class should not be APIclass
Deprecated.this functionality will remain supported, but this class should not be API -
Uses of NamedArgumentFinder in org.jdbi.v3.core.argument.internal
Modifier and TypeClassDescriptionclass
org.jdbi.v3.core.argument.internal.ObjectPropertyNamedArgumentFinder
BaseNamedArgumentFinder
implementation that can be used when binding properties of an object, with an optional prefix.class
org.jdbi.v3.core.argument.internal.PojoPropertyArguments
This class hosts the logic from BeanPropertyArguments. -
Uses of NamedArgumentFinder in org.jdbi.v3.core.statement
Modifier and TypeMethodDescriptionvoid
Binding.addNamedArgumentFinder
(NamedArgumentFinder args) Bind a named argument finder.SqlStatement.bindNamedArgumentFinder
(NamedArgumentFinder namedArgumentFinder) Binds a newNamedArgumentFinder
.