org.hibernate.property
Class Dom4jAccessor.ElementAttributeSetter
java.lang.Object
org.hibernate.property.Dom4jAccessor.Dom4jSetter
org.hibernate.property.Dom4jAccessor.ElementAttributeSetter
- All Implemented Interfaces:
- Serializable, Setter
- Enclosing class:
- Dom4jAccessor
public static class Dom4jAccessor.ElementAttributeSetter
- extends Dom4jAccessor.Dom4jSetter
For nodes like "foo/@bar"
- 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
- 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