public static final class BasicPropertyAccessor.BasicSetter extends Object implements Setter
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Optional operation (return null)
|
String |
getMethodName()
Optional operation (return null)
|
void |
set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
String |
toString() |
public void set(Object target, Object value, SessionFactoryImplementor factory) throws HibernateException
Setterset in interface Settertarget - The instance upon which to set the given value.value - The value to be set on the target.factory - The session factory from which this request originated.HibernateExceptionpublic Method getMethod()
Setterpublic String getMethodName()
SettergetMethodName in interface SetterCopyright © 2012 JBoss by Red Hat. All Rights Reserved.