public class ParameterRegistry extends Object
| Constructor and Description |
|---|
ParameterRegistry() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getParameters()
Returns a map containing the key-value pairs, where each key is the parameter name, and the value the expression
to be inserted as parameter.
|
String |
register(Object expression)
Registers the given
expression as parameter and returns the value to use to refer to this
expression. |
public String register(Object expression)
expression as parameter and returns the value to use to refer to this
expression.expression - The expression to parametrize in the queryCopyright © 2010-2014. All Rights Reserved.