public class EnhancedSetterImpl extends SetterFieldImpl
A specialized Setter implementation for handling setting values into a into a bytecode-enhanced Class. The reason we need specialized handling is to render the fact that we need to account for certain enhancement features during the setting process.
| 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 the property value from the given instance
set 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.