public class SetterMethodImpl extends Object implements Setter
| Constructor and Description | 
|---|
SetterMethodImpl(Class containerClass,
                String propertyName,
                Method setterMethod)  | 
| 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)
Setterpublic String getMethodName()
Setternull)getMethodName in interface SetterCopyright © 2016 JBoss by Red Hat. All rights reserved.