Class MapArguments
java.lang.Object
org.jdbi.v3.core.argument.MapArguments
- All Implemented Interfaces:
NamedArgumentFinder
Deprecated.
Binds all entries of a map as arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind
(String name, StatementContext ctx) Deprecated.getNames()
Deprecated.Returns the names this named argument finder can find.toString()
Deprecated.
-
Constructor Details
-
MapArguments
-
-
Method Details
-
find
Deprecated.- Specified by:
find
in interfaceNamedArgumentFinder
-
getNames
Deprecated.Description copied from interface:NamedArgumentFinder
Returns the names this named argument finder can find. Returns an empty collection otherwise.- Specified by:
getNames
in interfaceNamedArgumentFinder
- Returns:
- the names this named argument finder can find. Returns an empty collection otherwise.
-
toString
-
SqlStatement.bindMap(Map)
instead