Uses of Interface
org.jdbi.v3.core.argument.NamedArgumentFinder
Packages that use 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
Classes in org.jdbi.v3.core.argument that implement NamedArgumentFinderModifier and TypeClassDescriptionclassDeprecated.this should never have been public APIclassDeprecated.useSqlStatement.bindMap(Map)insteadclassDeprecated.this functionality will remain supported, but this class should not be APIclassDeprecated.this functionality will remain supported, but this class should not be APIMethods in org.jdbi.v3.core.argument that return NamedArgumentFinderModifier and TypeMethodDescriptionprotected NamedArgumentFinderBeanPropertyArguments.getNestedArgumentFinder(TypedValue o) Deprecated.protected NamedArgumentFinderObjectFieldArguments.getNestedArgumentFinder(TypedValue value) Deprecated.protected NamedArgumentFinderObjectMethodArguments.getNestedArgumentFinder(TypedValue value) Deprecated. -
Uses of NamedArgumentFinder in org.jdbi.v3.core.argument.internal
Classes in org.jdbi.v3.core.argument.internal that implement NamedArgumentFinderModifier and TypeClassDescriptionclassBaseNamedArgumentFinderimplementation that can be used when binding properties of an object, with an optional prefix.classThis class hosts the logic from BeanPropertyArguments.Fields in org.jdbi.v3.core.argument.internal with type parameters of type NamedArgumentFinderModifier and TypeFieldDescriptionprivate final Map<String,Optional<NamedArgumentFinder>> ObjectPropertyNamedArgumentFinder.childArgumentFindersMethods in org.jdbi.v3.core.argument.internal that return NamedArgumentFinderModifier and TypeMethodDescriptionprotected abstract NamedArgumentFinderObjectPropertyNamedArgumentFinder.getNestedArgumentFinder(TypedValue obj) protected NamedArgumentFinderPojoPropertyArguments.getNestedArgumentFinder(TypedValue value) private NamedArgumentFinderObjectPropertyNamedArgumentFinder.getValueNested(TypedValue typedValue, String parentName, String childName) -
Uses of NamedArgumentFinder in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement with type parameters of type NamedArgumentFinderModifier and TypeFieldDescriptionprotected final List<NamedArgumentFinder>Binding.namedArgumentFinderMethods in org.jdbi.v3.core.statement with parameters of type NamedArgumentFinderModifier and TypeMethodDescriptionvoidBinding.addNamedArgumentFinder(NamedArgumentFinder args) Bind a named argument finder.SqlStatement.bindNamedArgumentFinder(NamedArgumentFinder namedArgumentFinder) Binds a newNamedArgumentFinder.Method parameters in org.jdbi.v3.core.statement with type arguments of type NamedArgumentFinderModifier and TypeMethodDescription(package private) PreparedBatchPreparedBatch.bindNamedArgumentFinder(NamedArgumentFinderFactory factory, String prefix, Object value, Type type, Supplier<NamedArgumentFinder> backupArgumentFinder) (package private) ThisSqlStatement.bindNamedArgumentFinder(NamedArgumentFinderFactory factory, String prefix, Object value, Type type, Supplier<NamedArgumentFinder> namedArgumentFinder) -
Uses of NamedArgumentFinder in org.jdbi.v3.core.statement.internal
Fields in org.jdbi.v3.core.statement.internal with type parameters of type NamedArgumentFinderModifier and TypeFieldDescriptionfinal List<Supplier<NamedArgumentFinder>>PreparedBinding.backupArgumentFindersfinal Supplier<List<NamedArgumentFinder>>PreparedBinding.realizedBackupArgumentFinders