|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.property.BackrefPropertyAccessor.BackrefGetter
public class BackrefPropertyAccessor.BackrefGetter
Internal implementation of a property getter specific to these back-ref properties.
| Constructor Summary | |
|---|---|
BackrefPropertyAccessor.BackrefGetter()
|
|
| 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.Method |
getMethod()
Optional operation (return null) |
java.lang.String |
getMethodName()
Optional operation (return null) |
java.lang.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 |
| Constructor Detail |
|---|
public BackrefPropertyAccessor.BackrefGetter()
| Method Detail |
|---|
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.Object get(java.lang.Object target)
get in interface Gettertarget - The instance containing the value to be retreived.
public java.lang.reflect.Method getMethod()
getMethod in interface Getterpublic java.lang.String getMethodName()
getMethodName in interface Getterpublic java.lang.Class getReturnType()
getReturnType in interface Getter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||