org.hibernate.property

Class MapAccessor.MapSetter

Enclosing Class:
MapAccessor
Implemented Interfaces:
Serializable, Setter

public static final class MapAccessor.MapSetter
extends java.lang.Object
implements Setter

Method Summary

Method
getMethod()
Optional operation (return null)
String
getMethodName()
Optional operation (return null)
void
set(Object target, Object value, SessionFactoryImplementor factory)
Set the property value from the given instance

Method Details

getMethod

public Method getMethod()
Optional operation (return null)
Specified by:
getMethod in interface Setter

getMethodName

public String getMethodName()
Optional operation (return null)
Specified by:
getMethodName in interface Setter

set

public void set(Object target,
                Object value,
                SessionFactoryImplementor factory)
            throws HibernateException
Set the property value from the given instance
Specified by:
set in interface Setter
Parameters:
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.