public static class OBDynamicPropertyHandler.Getter extends Object implements org.hibernate.property.Getter
| Constructor and Description |
|---|
OBDynamicPropertyHandler.Getter(Class theClass,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object owner) |
Object |
getForInsert(Object owner,
Map mergeMap,
org.hibernate.engine.SessionImplementor session) |
Member |
getMember() |
Method |
getMethod() |
String |
getMethodName() |
Class |
getReturnType() |
public Method getMethod()
getMethod in interface org.hibernate.property.Getterpublic Member getMember()
getMember in interface org.hibernate.property.Getterpublic String getMethodName()
getMethodName in interface org.hibernate.property.Getterpublic Object get(Object owner) throws org.hibernate.HibernateException
get in interface org.hibernate.property.Getterorg.hibernate.HibernateExceptionpublic Object getForInsert(Object owner, Map mergeMap, org.hibernate.engine.SessionImplementor session) throws org.hibernate.HibernateException
getForInsert in interface org.hibernate.property.Getterorg.hibernate.HibernateExceptionpublic Class getReturnType()
getReturnType in interface org.hibernate.property.Getter