|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrmTable | |
|---|---|
| org.ujoframework.implementation.orm | |
| org.ujoframework.orm | The ORM support. |
| 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.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
OrmTable.newRelation(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. |
|
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 |
|---|
| Methods in org.ujoframework.orm with type parameters of type OrmTable | ||
|---|---|---|
protected static
|
DbProcedure.newRelation(java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
DbProcedure.newRelation(java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
DbProcedure.newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
DbProcedure.newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||