org.hibernate.property
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
Getter
getForInsert
in interface Getter
owner
- 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.HibernateException
public java.lang.Class getReturnType()
getReturnType
in interface Getter
public java.lang.reflect.Member getMember()
public java.lang.String getMethodName()
getMethodName
in interface Getter
Copyright © 2014. All Rights Reserved.