| java.lang.Object | |
| ↳ | org.hibernate.property.MapAccessor.MapSetter | 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Optional operation (return null)
 
  
   | |||||||||||
Optional operation (return null)
 
  
   | |||||||||||
Set the property value from the given instance
 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.hibernate.property.Setter
 | |||||||||||
Set the property value from the given instance
| 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 | 
|---|