org.hibernate.property

Class Dom4jAccessor.ElementAttributeGetter

Enclosing Class:
Dom4jAccessor
Implemented Interfaces:
Getter, Serializable

public static class Dom4jAccessor.ElementAttributeGetter
extends Dom4jAccessor.Dom4jGetter

For nodes like "foo/@bar"
Author:
Gavin King

Field Summary

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

factory, propertyType

Method Summary

Object
get(Object owner)

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

getForInsert, getMethod, getMethodName, getReturnType

Method Details

get

public Object get(Object owner)
            throws HibernateException
Specified by:
get in interface Getter