Package org.jdbi.v3.core.argument
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
Constructors - 
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
Deprecated. 
 - 
 - 
Method Details
- 
find
Deprecated.- Specified by:
 findin interfaceNamedArgumentFinder
 - 
getNames
Deprecated.Description copied from interface:NamedArgumentFinderReturns the names this named argument finder can find. Returns an empty collection otherwise.- Specified by:
 getNamesin interfaceNamedArgumentFinder- Returns:
 - the names this named argument finder can find. Returns an empty collection otherwise.
 
 - 
toString
Deprecated. 
 - 
 
SqlStatement.bindMap(Map)instead