org.hibernate.property
Interface Setter
- Serializable
- BackrefPropertyAccessor.BackrefSetter, BasicPropertyAccessor.BasicSetter, DirectPropertyAccessor.DirectSetter, Dom4jAccessor.AttributeSetter, Dom4jAccessor.Dom4jSetter, Dom4jAccessor.ElementAttributeSetter, Dom4jAccessor.ElementSetter, Dom4jAccessor.TextSetter, EmbeddedPropertyAccessor.EmbeddedSetter, IndexPropertyAccessor.IndexSetter, MapAccessor.MapSetter
public interface Setter
extends Serializable
Sets values to a particular property.
getMethod
public Method getMethod()
Optional operation (return null)
getMethodName
public String getMethodName()
Optional operation (return null)
set
public void set(Object target,
Object value,
SessionFactoryImplementor factory)
throws HibernateException
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.