|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.hibernateSupport.UjoPropertySetter
public final class UjoPropertySetter
A support for the Hibernate framework. See the description for more information.
| Constructor Summary | |
|---|---|
UjoPropertySetter(java.lang.String propertyName)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getMethod()
inspired from BackrefPropertyAccessor |
java.lang.String |
getMethodName()
inspired from BackrefPropertyAccessor |
void |
set(java.lang.Object target,
java.lang.Object value,
org.hibernate.engine.SessionFactoryImplementor factory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UjoPropertySetter(java.lang.String propertyName)
| Method Detail |
|---|
public final void set(java.lang.Object target,
java.lang.Object value,
org.hibernate.engine.SessionFactoryImplementor factory)
throws org.hibernate.HibernateException
set in interface org.hibernate.property.Settertarget - Value must by type of Ujo
org.hibernate.HibernateExceptionpublic java.lang.String getMethodName()
getMethodName in interface org.hibernate.property.Setterpublic java.lang.reflect.Method getMethod()
getMethod in interface org.hibernate.property.Setter
|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||