| Class | Description |
|---|---|
| OrmProperty<U extends OrmUjo,VALUE> |
The special property pro LazyLoadiing
|
| OrmTable<UJO_IMPL extends Ujo> |
This abstract implementation of the OrmUjo interface is situable
for implementation the persistent entities.
|
| OrmTableSynchronized<UJO_IMPL extends Ujo> |
It is an thread safe implementation of the OrmUjo for the multi-thread use.
|
| RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> |
The relation 1:N to another UJO type items
|
| RelationToOne<UJO extends ExtendedOrmUjo,VALUE> |
Foreign key property
|
Copyright 2013, Pavel Ponec