public class SetterFieldImpl extends Object implements Setter
| Constructor and Description |
|---|
SetterFieldImpl(Class containerClass,
String propertyName,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getContainerClass() |
protected Field |
getField() |
Method |
getMethod()
Optional operation (may return
null) |
String |
getMethodName()
Optional operation (may return
null) |
String |
getPropertyName() |
void |
set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
public Class getContainerClass()
public String getPropertyName()
protected Field getField()
public void set(Object target, Object value, SessionFactoryImplementor factory)
Setterpublic String getMethodName()
Setternull)getMethodName in interface SetterCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.