|
||||||||||
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 | |
---|---|
Object |
get(Object owner)
Get the property value from the given instance . |
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 |
Method Detail |
---|
Object get(Object owner) throws HibernateException
owner
- The instance containing the value to be retreived.
HibernateException
Object getForInsert(Object owner, 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.
HibernateException
Class getReturnType()
String getMethodName()
Method getMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |