public interface ExtendedOrmUjo<U extends ExtendedOrmUjo> extends OrmUjo
| Modifier and Type | Method and Description |
|---|---|
<UJO extends U> |
readFK(Key<UJO,? extends OrmUjo> key)
Read the foreign key.
|
readChangedProperties, readSession, writeSessionreadAuthorization, readKeys, readValue, writeValue<UJO extends U> ForeignKey readFK(Key<UJO,? extends OrmUjo> key) throws IllegalStateException
IllegalStateException - Method throws an exception for a wrong key type.NullPointerException - Method throws an exception if a Session is missing after a lazy initialization of the key.Copyright 2013, Pavel Ponec