public abstract static class Dom4jAccessor.Dom4jGetter extends java.lang.Object implements Getter
| Modifier and Type | Field and Description |
|---|---|
protected SessionFactoryImplementor |
factory |
protected Type |
propertyType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getForInsert(java.lang.Object owner,
java.util.Map mergeMap,
SessionImplementor session)
Get the property value from the given owner instance.
|
java.lang.reflect.Member |
getMember()
Retrieve the member to which this property maps.
|
java.lang.reflect.Method |
getMethod()
Retrieve the getter-method.
|
java.lang.String |
getMethodName()
Retrieve the getter-method name.
|
java.lang.Class |
getReturnType()
Retrieve the declared Java type
|
protected final Type propertyType
protected final SessionFactoryImplementor factory
public java.lang.Object getForInsert(java.lang.Object owner,
java.util.Map mergeMap,
SessionImplementor session)
throws HibernateException
GettergetForInsert in interface Getterowner - The instance containing the value to be retreived.mergeMap - a map of merged persistent instances to detached instancessession - The session from which this request originated.HibernateExceptionpublic java.lang.Class getReturnType()
getReturnType in interface Getterpublic java.lang.reflect.Member getMember()
public java.lang.String getMethodName()
getMethodName in interface GetterCopyright © 2013. All Rights Reserved.