public interface

Setter

implements Serializable
org.hibernate.property.Setter
Known Indirect Subclasses

Class Overview

Sets values to a particular property.

Summary

Public Methods
abstract Method getMethod()
Optional operation (return null)
abstract String getMethodName()
Optional operation (return null)
abstract void set(Object target, Object value, SessionFactoryImplementor factory)
Set the property value from the given instance

Public Methods

public abstract Method getMethod ()

Optional operation (return null)

public abstract String getMethodName ()

Optional operation (return null)

public abstract 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.