public class SetterMethodImpl extends java.lang.Object implements Setter
| Constructor and Description |
|---|
SetterMethodImpl(java.lang.Class containerClass,
java.lang.String propertyName,
java.lang.reflect.Method setterMethod) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod()
Optional operation (may return
null) |
java.lang.String |
getMethodName()
Optional operation (may return
null) |
void |
set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
public SetterMethodImpl(java.lang.Class containerClass,
java.lang.String propertyName,
java.lang.reflect.Method setterMethod)
public void set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Setterpublic java.lang.String getMethodName()
Setternull)getMethodName in interface SetterCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.