| Package | Description |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Method and Description |
|---|---|
<UJO extends U> |
OrmTable.readFK(Key<UJO,? extends OrmUjo> key)
Read the foreign key.
|
<UJO extends U> |
OrmTableSynchronized.readFK(Key<UJO,? extends OrmUjo> key)
Read the foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
protected OrmUjo |
OrmProperty.loadOrmUjo(Session session,
ForeignKey foreignKey)
Load OrmUjo
|
| Modifier and Type | Method and Description |
|---|---|
<UJO extends U> |
ExtendedOrmUjo.readFK(Key<UJO,? extends OrmUjo> key)
Read the foreign key.
|
ForeignKey |
Session.readFK(OrmUjo ujo,
Key<?,? extends OrmUjo> key)
Build new Foreign key.
|
Copyright 2013, Pavel Ponec