org.hibernate.property
Class Dom4jAccessor.TextGetter

java.lang.Object
  extended byorg.hibernate.property.Dom4jAccessor.Dom4jGetter
      extended byorg.hibernate.property.Dom4jAccessor.TextGetter
All Implemented Interfaces:
Getter, Serializable
Enclosing class:
Dom4jAccessor

public static class Dom4jAccessor.TextGetter
extends Dom4jAccessor.Dom4jGetter

For nodes like "."

Author:
Gavin King
See Also:
Serialized Form

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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