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, getMethodName
public void set(Object target, Object value, SessionFactoryImplementor factory)
Setter
set
in interface Setter
set
in class SetterFieldImpl
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.Copyright © 2021 JBoss by Red Hat. All rights reserved.