|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationToMany | |
|---|---|
| org.ujoframework.implementation.orm | |
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.metaModel | |
| Uses of RelationToMany in org.ujoframework.implementation.orm |
|---|
| Methods in org.ujoframework.implementation.orm that return RelationToMany | ||
|---|---|---|
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. |
|
| Uses of RelationToMany in org.ujoframework.orm |
|---|
| Methods in org.ujoframework.orm that return RelationToMany | ||
|---|---|---|
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. |
|
| Methods in org.ujoframework.orm with parameters of type RelationToMany | ||
|---|---|---|
|
Session.iterateInternal(RelationToMany property,
OrmUjo value)
Iterate property of values |
|
| Uses of RelationToMany in org.ujoframework.orm.metaModel |
|---|
| Fields in org.ujoframework.orm.metaModel with type parameters of type RelationToMany | |
|---|---|
static Property<MetaTable,RelationToMany> |
MetaTable.DB_PROPERTY
Database relative property (a base definition of table) |
| Constructors in org.ujoframework.orm.metaModel with parameters of type RelationToMany | |
|---|---|
MetaTable(MetaDatabase database,
RelationToMany dbProperty,
MetaTable parTable)
Create new MetaTable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||