|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaRelation2Many | |
|---|---|
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.metaModel | |
| Uses of MetaRelation2Many in org.ujoframework.orm |
|---|
| Methods in org.ujoframework.orm that return MetaRelation2Many | |
|---|---|
MetaRelation2Many |
OrmHandler.findColumnModel(UjoProperty pathProperty)
Find a Relation/Column model of the paramemeter property. |
MetaRelation2Many |
Session.getBasicColumn(Criterion criterion)
Returns the first "basic" column of criterion. |
| Methods in org.ujoframework.orm with parameters of type MetaRelation2Many | |
|---|---|
void |
OrmHandler.addColumnModel(MetaRelation2Many column)
Map a property to the table |
| Uses of MetaRelation2Many in org.ujoframework.orm.metaModel |
|---|
| Subclasses of MetaRelation2Many in org.ujoframework.orm.metaModel | |
|---|---|
class |
MetaColumn
Database column metadata |
| Fields in org.ujoframework.orm.metaModel with type parameters of type MetaRelation2Many | |
|---|---|
static Property<MetaRelation2Many,java.lang.String> |
MetaRelation2Many.ID
The meta-model ID. |
static Property<MetaRelation2Many,java.lang.String> |
MetaRelation2Many.NAME
The database column name. |
static ListProperty<MetaTable,MetaRelation2Many> |
MetaTable.RELATIONS
Table relations to many |
static Property<MetaRelation2Many,MetaTable> |
MetaRelation2Many.TABLE
DB table |
static Property<MetaRelation2Many,UjoProperty> |
MetaRelation2Many.TABLE_PROPERTY
Table property |
| Constructors in org.ujoframework.orm.metaModel with parameters of type MetaRelation2Many | |
|---|---|
MetaRelation2Many(MetaTable table,
UjoProperty tableProperty,
MetaRelation2Many param)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||