@FunctionalInterface public static interface ReactiveDataAccessStrategy.NamedParameterProvider
| Modifier and Type | Method and Description |
|---|---|
SettableValue |
getParameter(int index,
String name)
Returns the
value for a parameter identified either by name or by index. |
@Nullable SettableValue getParameter(int index, String name)
value for a parameter identified either by name or by index.index - parameter index according the parameter discovery order.name - name of the parameter.InvalidDataAccessApiUsageException in named parameter processing.Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.