T - the type for the parameterpublic static class EntityBuilder.ParameterValue<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
clazz()
The class type for this parameter
|
static <T> EntityBuilder.ParameterValue |
from(Class<T> c,
T value)
Creates a new parameter value
|
T |
value()
The argument to be passed in for the parameter
|
public static <T> EntityBuilder.ParameterValue from(Class<T> c, T value)
T - the typec - the class typevalue - the value of the parameterCopyright © 2016. All rights reserved.