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)
Setter
public String getMethodName()
Setter
null
)getMethodName
in interface Setter
Copyright © 2017 JBoss by Red Hat. All rights reserved.