public interface QueryPropertyAccessor
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
Class<?> |
getType() |
Object |
getValue(Object obj)
Get property value from given object.
|
void |
setValue(Object obj,
Object newVal)
Set property value on given object.
|
Object getValue(Object obj) throws IgniteCheckedException
obj - Object to retrieve property value from.IgniteCheckedException - if failed.void setValue(Object obj, Object newVal) throws IgniteCheckedException
obj - Object to set property value on.newVal - Property value.IgniteCheckedException - if failed.String getPropertyName()
Class<?> getType()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021