public class MapParametersCallback extends Object implements ParametersCallback
| Constructor and Description |
|---|
MapParametersCallback(Map map) |
public MapParametersCallback(Map map)
public Object getParameter(String name)
ParametersCallbackThe callback internally delegates a call to parent callbacks if the parameter cannot be found.
getParameter in interface ParametersCallbackname - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter
to comply with their internal model. For example JDBC drivers are case-insensitive to column names.Copyright © 2006-2012. All Rights Reserved.