org.hibernate.property
Class MapAccessor.MapSetter
java.lang.Object
org.hibernate.property.MapAccessor.MapSetter
- MapAccessor
- Serializable, Setter
public static final class MapAccessor.MapSetter
extends java.lang.Object
getMethod
public Method getMethod()
Optional operation (return null)
- getMethod in interface Setter
getMethodName
public String getMethodName()
Optional operation (return null)
- getMethodName in interface Setter
set
public void set(Object target,
Object value,
SessionFactoryImplementor factory)
throws HibernateException
Set the property value from the given instance
- 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.