|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrmUjo
The OrmUjo is a basic interface of the persistent object in the ORM support. A class that implements the interface must have got a special features:
| Method Summary | |
|---|---|
UjoProperty[] |
readChangedProperties(boolean clear)
Returns changed properties. |
Session |
readSession()
Read an ORM session, session is an transient property. |
java.lang.Object |
readValue(UjoProperty property)
A special implementation, see a source code of the OrmTable class for more information. |
void |
writeSession(Session session)
Write an ORM session |
| Methods inherited from interface org.ujoframework.Ujo |
|---|
readAuthorization, readProperties, writeValue |
| Method Detail |
|---|
Session readSession()
void writeSession(Session session)
UjoProperty[] readChangedProperties(boolean clear)
clear - True value clears all the property changes.java.lang.Object readValue(UjoProperty property)
readValue in interface Ujoproperty - Property must be a direct type only!
OrmTable.readValue(org.ujoframework.UjoProperty)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||