|
||||||||||
| 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. The class can be Serializable. 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 a time when any session is assigned. |
Session |
readSession()
Read an ORM session where the session is an transient key. |
void |
writeSession(Session session)
Write an ORM session. |
| Methods inherited from interface org.ujorm.Ujo |
|---|
readAuthorization, readKeys, readValue, writeValue |
| Method Detail |
|---|
Session readSession()
void writeSession(Session session)
Key[] readChangedProperties(boolean clear)
Set
and in the method writeValue assign the current Key always.
clear - True value clears all the key changes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||