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