Uses of Class
org.ujorm.implementation.orm.RelationToMany

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
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTable.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
OrmTableSynchronized.newRelation(java.lang.String name, java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo>
RelationToMany<UJO,ITEM>
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.ujorm.orm
 

Methods in org.ujorm.orm that return RelationToMany
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
DbProcedure.newRelation(java.lang.Class<ITEM> type)
          A PropertyIterator Factory creates an new property and assign a next index.
protected static
<UJO extends OrmTable,ITEM extends OrmTable>
RelationToMany<UJO,ITEM>
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.ujorm.orm with parameters of type RelationToMany
<UJO extends OrmUjo>
UjoIterator<UJO>
Session.iterateInternal(RelationToMany property, OrmUjo value)
          Iterate property of values
 

Uses of RelationToMany in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type RelationToMany
static org.ujorm.extensions.Property<MetaTable,RelationToMany> MetaTable.DB_PROPERTY
          Database relative property (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.
 



Copyright © 2011. All Rights Reserved.