|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.hibernateSupport.UjoPropertyGetter
public final class UjoPropertyGetter
A support for the Hibernate framework. See the description for more information.
| Constructor Summary | |
|---|---|
UjoPropertyGetter(java.lang.String propertyName,
java.lang.Class theClass)
Create the new UjoPropertyGetter for an Ujo object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object target)
|
java.lang.Object |
getForInsert(java.lang.Object owner,
java.util.Map mergeMap,
org.hibernate.engine.SessionImplementor session)
inspired from BasicPropertyAccessor |
java.lang.reflect.Method |
getMethod()
inspired from BackrefPropertyAccessor |
java.lang.String |
getMethodName()
inspired from BackrefPropertyAccessor |
java.lang.Class |
getReturnType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UjoPropertyGetter(java.lang.String propertyName,
java.lang.Class theClass)
propertyName - The name of UjoProperty.theClass - Class type of Ujo.| Method Detail |
|---|
public final java.lang.Object get(java.lang.Object target)
throws org.hibernate.HibernateException
get in interface org.hibernate.property.Gettertarget - BO
org.hibernate.HibernateException
public java.lang.Object getForInsert(java.lang.Object owner,
java.util.Map mergeMap,
org.hibernate.engine.SessionImplementor session)
throws org.hibernate.HibernateException
getForInsert in interface org.hibernate.property.Getterorg.hibernate.HibernateExceptionpublic java.lang.Class getReturnType()
getReturnType in interface org.hibernate.property.Getterpublic java.lang.String getMethodName()
getMethodName in interface org.hibernate.property.Getterpublic java.lang.reflect.Method getMethod()
getMethod in interface org.hibernate.property.Getter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||