|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationToMany | |
|---|---|
| org.ujorm.implementation.orm | |
| org.ujorm.orm | The ORM support. |
| org.ujorm.orm.metaModel | |
| Uses of RelationToMany in org.ujorm.implementation.orm |
|---|
| Methods in org.ujorm.implementation.orm that return RelationToMany | ||
|---|---|---|
protected static
|
OrmTable.newRelation()
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation()
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTable.newRelation(Class<ITEM> type)
Deprecated. use the OrmTable.newRelation() instead of this. |
|
protected static
|
OrmTableSynchronized.newRelation(Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation() instead of this. |
|
protected static
|
OrmTable.newRelation(String name)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTableSynchronized.newRelation(String name)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
OrmTable.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTable.newRelation(java.lang.String) instead of this. |
|
protected static
|
OrmTableSynchronized.newRelation(String name,
Class<ITEM> type)
Deprecated. use the OrmTableSynchronized.newRelation(java.lang.String) instead of this. |
|
| Uses of RelationToMany in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm that return RelationToMany | ||
|---|---|---|
|
OrmKeyFactory.newRelation()
A KeyIterator Factory creates an new key and assign a next index. |
|
protected static
|
DbProcedure.newRelation(Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
protected static
|
DbProcedure.newRelation(String name,
Class<ITEM> type)
A PropertyIterator Factory creates an new key and assign a next index. |
|
| Methods in org.ujorm.orm with parameters of type RelationToMany | ||
|---|---|---|
|
Session.iterateInternal(RelationToMany key,
OrmUjo value)
Iterate key of values |
|
| Uses of RelationToMany in org.ujorm.orm.metaModel |
|---|
| Fields in org.ujorm.orm.metaModel with type parameters of type RelationToMany | |
|---|---|
static Key<MetaTable,RelationToMany> |
MetaTable.DB_PROPERTY
Database relative key (a base definition of table) |
| Constructors in org.ujorm.orm.metaModel with parameters of type RelationToMany | |
|---|---|
MetaTable(MetaDatabase database,
RelationToMany<?,?> dbProperty,
MetaTable parTable)
Create new MetaTable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||