public interface Setter extends Serializable
| 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 | 
void set(Object target, Object value, SessionFactoryImplementor factory)
target - 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.HibernateExceptionString getMethodName()
null)Method getMethod()
null)Copyright © 2017 JBoss by Red Hat. All rights reserved.