org.hibernate.property
Class Dom4jAccessor.ElementSetter
java.lang.Object
   org.hibernate.property.Dom4jAccessor.Dom4jSetter
org.hibernate.property.Dom4jAccessor.Dom4jSetter
       org.hibernate.property.Dom4jAccessor.ElementSetter
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
set
public void set(Object target,
                Object value,
                SessionFactoryImplementor factory)
         throws HibernateException
- 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 © 2001-2010 Red Hat, Inc.  All Rights Reserved.