|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
Method Summary | |
Object |
get(Object target)
Get the property value from the given instance |
Method |
getMethod()
Optional operation (return null) |
String |
getMethodName()
Optional operation (return null) |
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 |
Method Detail |
public Object get(Object target) throws HibernateException
Getter
HibernateException
public Class getReturnType()
Getter
getReturnType
in interface Getter
public Method getMethod()
Getter
public String getMethodName()
Getter
getMethodName
in interface Getter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |