|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.property.DirectPropertyAccessor.DirectGetter
public static final class DirectPropertyAccessor.DirectGetter
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object target)
Get the property value from the given instance . |
java.lang.Object |
getForInsert(java.lang.Object target,
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 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object get(java.lang.Object target)
throws HibernateException
get in interface Gettertarget - The instance containing the value to be retreived.
HibernateException
public java.lang.Object getForInsert(java.lang.Object target,
java.util.Map mergeMap,
SessionImplementor session)
getForInsert in interface Gettertarget - 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.
public java.lang.reflect.Member getMember()
getMember in interface Getterpublic java.lang.reflect.Method getMethod()
getMethod in interface Getterpublic java.lang.String getMethodName()
getMethodName in interface Getterpublic java.lang.Class getReturnType()
getReturnType in interface Getterpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||