public class EnhancedSetterImpl extends SetterFieldImpl
| Constructor and Description | 
|---|
EnhancedSetterImpl(Class containerClass,
                  String propertyName,
                  Field field)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
set(Object target,
   Object value,
   SessionFactoryImplementor factory)
Set the property value from the given instance 
 | 
getMethod, getMethodNamepublic void set(Object target, Object value, SessionFactoryImplementor factory)
Setterset in interface Setterset in class SetterFieldImpltarget - 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.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.