|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrmTable | |
|---|---|
| org.ujoframework.implementation.orm | |
| org.ujoframework.orm.sample | |
| Uses of OrmTable in org.ujoframework.implementation.orm |
|---|
| Classes in org.ujoframework.implementation.orm with type parameters of type OrmTable | |
|---|---|
class |
RelationToMany<UJO extends OrmTable,ITEM extends OrmTable>
The relation 1:N to another UJO type items |
class |
RelationToMany<UJO extends OrmTable,ITEM extends OrmTable>
The relation 1:N to another UJO type items |
| Methods in org.ujoframework.implementation.orm with type parameters of type OrmTable | ||
|---|---|---|
protected static
|
OrmTable.newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
| Uses of OrmTable in org.ujoframework.orm.sample |
|---|
| Subclasses of OrmTable in org.ujoframework.orm.sample | |
|---|---|
class |
Database
An table mapping to a database (a sample of usage). |
class |
Item
The column mapping to DB table ITEM (a sample of usage). |
class |
Order
The column mapping to DB table ORDER (a sample of usage). |
class |
ViewOrder
The column mapping to FROM view. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||