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.Getter
public Member getMember()
getMember
in interface org.hibernate.property.Getter
public String getMethodName()
getMethodName
in interface org.hibernate.property.Getter
public Object get(Object owner) throws org.hibernate.HibernateException
get
in interface org.hibernate.property.Getter
org.hibernate.HibernateException
public Object getForInsert(Object owner, Map mergeMap, org.hibernate.engine.SessionImplementor session) throws org.hibernate.HibernateException
getForInsert
in interface org.hibernate.property.Getter
org.hibernate.HibernateException
public Class getReturnType()
getReturnType
in interface org.hibernate.property.Getter