public static final class

BasicPropertyAccessor.BasicSetter

extends Object
implements Setter
java.lang.Object
   ↳ org.hibernate.property.BasicPropertyAccessor.BasicSetter

Summary

Public Methods
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
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.property.Setter

Public Methods

public Method getMethod ()

Optional operation (return null)

public String getMethodName ()

Optional operation (return null)

public void set (Object target, Object value, SessionFactoryImplementor factory)

Set the property value from the given instance

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.

public String toString ()