org.hibernate.property

Class Dom4jAccessor.ElementGetter

Enclosing Class:
Dom4jAccessor
Implemented Interfaces:
Getter, Serializable

public static class Dom4jAccessor.ElementGetter
extends Dom4jAccessor.Dom4jGetter

For nodes like "foo"
Author:
Gavin King

Field Summary

Fields inherited from class org.hibernate.property.Dom4jAccessor.Dom4jGetter

factory, propertyType

Method Summary

Object
get(Object owner)
Get the property value from the given instance .

Methods inherited from class org.hibernate.property.Dom4jAccessor.Dom4jGetter

getForInsert, getMethod, getMethodName, getReturnType

Method Details

get

public Object get(Object owner)
            throws HibernateException
Get the property value from the given instance .
Specified by:
get in interface Getter
Parameters:
owner - The instance containing the value to be retreived.
Returns:
The extracted value.