public interface OrmUjo
extends org.ujorm.Ujo
OrmKeyOrmKeyFactory,
OrmKey,
RelationToMany| Modifier and Type | Method and Description |
|---|---|
org.ujorm.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.
|
Session readSession()
void writeSession(Session session)
org.ujorm.Key[] readChangedProperties(boolean clear)
Set
and in the method writeValue assign the current Key always.clear - True value clears all the key changes.Copyright 2013, Pavel Ponec