Add a new `execute(String,String)` method where the second parameter is a `Map` of parameter values. Having to serialize the `Data` objects to/from JSON to add a parameter is inefficient for very large objects.
Add a new
execute(String,String)method where the second parameter is aMapof parameter values.Having to serialize the
Dataobjects to/from JSON to add a parameter is inefficient for very large objects.