|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.property.Dom4jAccessor.Dom4jGetter
public abstract static class Dom4jAccessor.Dom4jGetter
Defines the strategy for getting property values out of a dom4j Node.
Field Summary | |
---|---|
protected SessionFactoryImplementor |
factory
|
protected Type |
propertyType
|
Method Summary | |
---|---|
Object |
getForInsert(Object owner,
Map mergeMap,
SessionImplementor session)
Get the property value from the given owner instance. |
Method |
getMethod()
Optional operation (return null) |
String |
getMethodName()
Optional operation (return null) |
Class |
getReturnType()
Get the declared Java type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hibernate.property.Getter |
---|
get |
Field Detail |
---|
protected final Type propertyType
protected final SessionFactoryImplementor factory
Method Detail |
---|
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 String getMethodName()
getMethodName
in interface Getter
public Method getMethod()
getMethod
in interface Getter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |