org.hibernate.property
Class Dom4jAccessor.Dom4jGetter
java.lang.Object
org.hibernate.property.Dom4jAccessor.Dom4jGetter
- Dom4jAccessor
- Getter, Serializable
public static abstract class Dom4jAccessor.Dom4jGetter
extends java.lang.Object
Defines the strategy for getting property values out of a dom4j Node.
propertyType
protected final Type propertyType
getMethod
public Method getMethod()
Optional operation (return null)
- getMethod in interface Getter
getMethodName
public String getMethodName()
Optional operation (return null)
- getMethodName in interface Getter
getReturnType
public Class getReturnType()
Get the declared Java type
- getReturnType in interface Getter