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

Dom4jAccessor.AttributeSetter (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.property
Class Dom4jAccessor.AttributeSetter

java.lang.Object
  extended byorg.hibernate.property.Dom4jAccessor.Dom4jSetter
      extended byorg.hibernate.property.Dom4jAccessor.AttributeSetter
All Implemented Interfaces:
Serializable, Setter
Enclosing class:
Dom4jAccessor

public static class Dom4jAccessor.AttributeSetter
extends Dom4jAccessor.Dom4jSetter

For nodes like "@bar"

Author:
Gavin King
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.property.Dom4jAccessor.Dom4jSetter
propertyType
 
Method Summary
 void set(Object target, Object value, SessionFactoryImplementor factory)
          Set the property value from the given instance
 
Methods inherited from class org.hibernate.property.Dom4jAccessor.Dom4jSetter
getMethod, getMethodName
 
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,
                SessionFactoryImplementor factory)
         throws HibernateException
Description copied from interface: Setter
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.
Throws:
HibernateException