org.hibernate.property
Class Dom4jAccessor.ElementSetter

java.lang.Object
  extended by org.hibernate.property.Dom4jAccessor.Dom4jSetter
      extended by org.hibernate.property.Dom4jAccessor.ElementSetter
All Implemented Interfaces:
Serializable, Setter
Enclosing class:
Dom4jAccessor

public static class Dom4jAccessor.ElementSetter
extends Dom4jAccessor.Dom4jSetter

For nodes like "foo"

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


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved