public class SetterFieldImpl extends Object implements Setter
Field-based implementation of Setter
| Constructor and Description |
|---|
SetterFieldImpl(Class containerClass,
String propertyName,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Optional operation (may return
null) |
String |
getMethodName()
Optional operation (may return
null) |
void |
set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
public void set(Object target, Object value, SessionFactoryImplementor factory)
SetterSet the property value from the given instance
public String getMethodName()
SetterOptional operation (may return null)
getMethodName in interface SetterCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.