Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.property.Dom4jAccessor.Dom4jGetter
org.hibernate.property.Dom4jAccessor.ElementGetter
public static class Dom4jAccessor.ElementGetter
extends Dom4jAccessor.Dom4jGetter
Field Summary |
Fields inherited from class org.hibernate.property.Dom4jAccessor.Dom4jGetter | |
factory , propertyType |
Method Summary | |
Object |
|
Methods inherited from class org.hibernate.property.Dom4jAccessor.Dom4jGetter | |
getForInsert , getMethod , getMethodName , getReturnType |
public Object get(Object owner) throws HibernateException
Get the property value from the given instance .
- Parameters:
owner
- The instance containing the value to be retreived.
- Returns:
- The extracted value.
- Throws:
HibernateException
-