FileDocCategorySizeDatePackage
Setter.javaAPI DocHibernate 3.2.5929Sat Feb 12 00:19:50 GMT 2005org.hibernate.property

Setter

public interface Setter implements Serializable
Sets values to a particular property.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.MethodgetMethod()
Optional operation (return null)

public java.lang.StringgetMethodName()
Optional operation (return null)

public voidset(java.lang.Object target, java.lang.Object value, org.hibernate.engine.SessionFactoryImplementor factory)
Set the property value from the given instance

param
target The instance upon which to set the given value.
param
value The value to be set on the target.
param
factory The session factory from which this request originated.
throws
HibernateException