public static final class MapAccessor.MapSetter extends java.lang.Object implements Setter
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod()
Optional operation (return null)
|
java.lang.String |
getMethodName()
Optional operation (return null)
|
void |
set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
public java.lang.reflect.Method getMethod()
public java.lang.String getMethodName()
getMethodName
in interface Setter
public void set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory) throws HibernateException
set
in interface Setter
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.HibernateException
Copyright © 2013. All Rights Reserved.