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

BasicPropertyAccessor.BasicSetter (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.property
Class BasicPropertyAccessor.BasicSetter

java.lang.Object
  extended bynet.sf.hibernate.property.BasicPropertyAccessor.BasicSetter
All Implemented Interfaces:
Setter
Enclosing class:
BasicPropertyAccessor

public static final class BasicPropertyAccessor.BasicSetter
extends Object
implements Setter


Method Summary
 Method getMethod()
          Optional operation (return null)
 String getMethodName()
          Optional operation (return null)
 void set(Object target, Object value)
          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
 

Method Detail

set

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

Specified by:
set in interface Setter
Throws:
HibernateException

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