当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
Dom4jAccessor.ElementGetter (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.property
Class Dom4jAccessor.ElementGetter
java.lang.Object
org.hibernate.property.Dom4jAccessor.Dom4jGetter
org.hibernate.property.Dom4jAccessor.ElementGetter
- All Implemented Interfaces:
- Getter, Serializable
- Enclosing class:
- Dom4jAccessor
- public static class Dom4jAccessor.ElementGetter
- extends Dom4jAccessor.Dom4jGetter
For nodes like "foo"
- Author:
- Gavin King
- See Also:
- Serialized Form
Method Summary |
Object |
get(Object owner)
Get 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 |
get
public Object get(Object owner)
throws HibernateException
- Description copied from interface:
Getter
- Get the property value from the given instance .
- Parameters:
owner
- The instance containing the value to be retreived.
- Returns:
- The extracted value.
- Throws:
HibernateException