public static class PropertyAccessMapImpl.SetterImpl extends java.lang.Object implements Setter
Constructor and Description |
---|
SetterImpl(java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod()
Optional operation (may return
null ) |
java.lang.String |
getMethodName()
Optional operation (may return
null ) |
void |
set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
public void set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)
Setter
public java.lang.String getMethodName()
Setter
null
)getMethodName
in interface Setter
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.