public static final class DirectPropertyAccessor.DirectSetter 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 Method getMethod()
Setterpublic String getMethodName()
SettergetMethodName in interface Setterpublic 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.HibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.