|
||||||||||
| 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 | |
|---|---|
org.ujorm.UjoProperty[] |
readChangedProperties(boolean clear)
Returns changed properties. |
Session |
readSession()
Read an ORM session, session is an transient property. |
java.lang.Object |
readValue(org.ujorm.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.ujorm.Ujo |
|---|
readAuthorization, readProperties, writeValue |
| Method Detail |
|---|
Session readSession()
void writeSession(Session session)
org.ujorm.UjoProperty[] readChangedProperties(boolean clear)
clear - True value clears all the property changes.java.lang.Object readValue(org.ujorm.UjoProperty property)
OrmTable class for more information.
readValue in interface org.ujorm.UjoOrmTable.readValue(org.ujorm.UjoProperty)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||