站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

BackrefPropertyAccessor.BackrefSetter (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.property
Class BackrefPropertyAccessor.BackrefSetter

java.lang.Object
  extended byorg.hibernate.property.BackrefPropertyAccessor.BackrefSetter
All Implemented Interfaces:
Serializable, Setter
Enclosing class:
BackrefPropertyAccessor

public static final class BackrefPropertyAccessor.BackrefSetter
extends Object
implements Setter

The Setter implementation for id backrefs.

See Also:
Serialized Form

Constructor Summary
BackrefPropertyAccessor.BackrefSetter()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackrefPropertyAccessor.BackrefSetter

public BackrefPropertyAccessor.BackrefSetter()
Method Detail

getMethod

public Method getMethod()
Description copied from interface: Setter
Optional operation (return null)

Specified by:
getMethod in interface Setter

getMethodName

public String getMethodName()
Description copied from interface: Setter
Optional operation (return null)

Specified by:
getMethodName in interface Setter

set

public void set(Object target,
                Object value,
                SessionFactoryImplementor factory)
Description copied from interface: Setter
Set the property value from the given instance

Specified by:
set in interface Setter
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.