Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » property » [javadoc | source]
org.hibernate.property
public interface: Setter [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    IndexSetter, AttributeSetter, ElementAttributeSetter, DirectSetter, BasicSetter, TextSetter, Dom4jSetter, EmbeddedSetter, ElementSetter, NoopSetter, BackrefSetter, MapSetter

Sets values to a particular property.
Method from org.hibernate.property.Setter Summary:
getMethod,   getMethodName,   set
Method from org.hibernate.property.Setter Detail:
 public Method getMethod()
    Optional operation (return null)
 public String getMethodName()
    Optional operation (return null)
 public  void set(Object target,
    Object value,
    SessionFactoryImplementor factory) throws HibernateException
    Set the property value from the given instance