| Package | Description |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Method and Description |
|---|---|
<UJO extends UJO_IMPL> |
OrmTableSynchronized.readFK(Key<UJO,? extends OrmUjo> property)
Read the foreign key.
|
<UJO extends UJO_IMPL> |
OrmTable.readFK(Key<UJO,? extends OrmUjo> property)
Read the foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
<UJO extends UJO_IMPL> |
ExtendedOrmUjo.readFK(Key<UJO,? extends OrmUjo> property)
Read the foreign key.
|
ForeignKey |
Session.readFK(OrmUjo ujo,
Key<?,? extends OrmUjo> property)
Build new Forign key.
|
Copyright 2013, Pavel Ponec