public abstract static class Dom4jAccessor.Dom4jGetter extends Object implements Getter
Modifier and Type | Field and Description |
---|---|
protected SessionFactoryImplementor |
factory |
protected Type |
propertyType |
Modifier and Type | Method and Description |
---|---|
Object |
getForInsert(Object owner,
Map mergeMap,
SessionImplementor session)
Get the property value from the given owner instance.
|
Member |
getMember()
Retrieve the member to which this property maps.
|
Method |
getMethod()
Retrieve the getter-method.
|
String |
getMethodName()
Retrieve the getter-method name.
|
Class |
getReturnType()
Retrieve the declared Java type
|
protected final Type propertyType
protected final SessionFactoryImplementor factory
public Object getForInsert(Object owner, 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 Class getReturnType()
getReturnType
in interface Getter
public Member getMember()
public String getMethodName()
getMethodName
in interface Getter
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved