|
||||||||||
| 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 next special features:
OrmKey
OrmKeyFactory,
OrmKey,
RelationToMany| Method Summary | |
|---|---|
Key[] |
readChangedProperties(boolean clear)
Returns keys of changed values in time of not null session. |
Session |
readSession()
Read an ORM session where the session is an transient property. |
void |
writeSession(Session session)
Write an ORM session. |
| Methods inherited from interface org.ujorm.Ujo |
|---|
readAuthorization, readKeys, readProperties, readValue, writeValue |
| Method Detail |
|---|
Session readSession()
void writeSession(Session session)
Key[] readChangedProperties(boolean clear)
Set
and in the method writeValue assing the current Key allways.
clear - True value clears all the property changes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||