|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Getter
Gets values of a particular property
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object owner)
Get the property value from the given instance . |
java.lang.Object |
getForInsert(java.lang.Object owner,
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 |
| Method Detail |
|---|
java.lang.Object get(java.lang.Object owner)
throws HibernateException
owner - The instance containing the value to be retreived.
HibernateException
java.lang.Object getForInsert(java.lang.Object owner,
java.util.Map mergeMap,
SessionImplementor session)
throws HibernateException
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.
HibernateExceptionjava.lang.Class getReturnType()
java.lang.String getMethodName()
java.lang.reflect.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||