Uses of Class
org.ujorm.orm.metaModel.MetaRelation2Many

Packages that use MetaRelation2Many
org.ujorm.orm The ORM support. 
org.ujorm.orm.metaModel   
 

Uses of MetaRelation2Many in org.ujorm.orm
 

Methods in org.ujorm.orm that return MetaRelation2Many
 MetaRelation2Many OrmHandler.findColumnModel(org.ujorm.UjoProperty pathProperty)
          Find a Relation/Column model of the paramemeter property.
 MetaRelation2Many Session.getBasicColumn(org.ujorm.criterion.Criterion criterion)
          Returns the first "basic" column of criterion.
 

Methods in org.ujorm.orm with parameters of type MetaRelation2Many
 void OrmHandler.addColumnModel(MetaRelation2Many column)
          Map a property to the table
 

Uses of MetaRelation2Many in org.ujorm.orm.metaModel
 

Subclasses of MetaRelation2Many in org.ujorm.orm.metaModel
 class MetaColumn
          Database column metadata
 

Fields in org.ujorm.orm.metaModel with type parameters of type MetaRelation2Many
static org.ujorm.extensions.Property<MetaRelation2Many,java.lang.String> MetaRelation2Many.ID
          The meta-model ID.
static org.ujorm.extensions.Property<MetaRelation2Many,java.lang.String> MetaRelation2Many.NAME
          The database column name.
static org.ujorm.extensions.ListProperty<MetaTable,MetaRelation2Many> MetaTable.RELATIONS
          Table relations to many
static org.ujorm.extensions.Property<MetaRelation2Many,MetaTable> MetaRelation2Many.TABLE
          DB table
static org.ujorm.extensions.Property<MetaRelation2Many,org.ujorm.UjoProperty> MetaRelation2Many.TABLE_PROPERTY
          Table property
 

Constructors in org.ujorm.orm.metaModel with parameters of type MetaRelation2Many
MetaRelation2Many(MetaTable table, org.ujorm.UjoProperty tableProperty, MetaRelation2Many param)
           
 



Copyright © 2011. All Rights Reserved.