|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 with type parameters of type MetaRelation2Many | ||
|---|---|---|
|
OrmHandler.findColumnModel(Key pathProperty)
Find a Relation/Column model of the paramemeter key. |
|
|
OrmHandler.findColumnModel(Key pathProperty,
boolean throwException)
Find a Relation/Column model of the paramemeter key. |
|
| Methods in org.ujorm.orm that return MetaRelation2Many | |
|---|---|
MetaRelation2Many |
Session.getBasicColumn(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 key to the table |
| Uses of MetaRelation2Many in org.ujorm.orm.metaModel |
|---|
| Subclasses of MetaRelation2Many in org.ujorm.orm.metaModel | |
|---|---|
class |
MetaColumn
Database column meta-data |
| Fields in org.ujorm.orm.metaModel with type parameters of type MetaRelation2Many | |
|---|---|
static Key<MetaRelation2Many,String> |
MetaRelation2Many.ID
The meta-model ID. |
static Key<MetaRelation2Many,String> |
MetaRelation2Many.NAME
The database column name. |
static ListKey<MetaTable,MetaRelation2Many> |
MetaTable.RELATIONS
Table relations to many |
static Key<MetaRelation2Many,MetaTable> |
MetaRelation2Many.TABLE
DB table |
static Key<MetaRelation2Many,Key> |
MetaRelation2Many.TABLE_KEY
The direct table key |
| Constructors in org.ujorm.orm.metaModel with parameters of type MetaRelation2Many | |
|---|---|
MetaRelation2Many(MetaTable table,
Key tableKey,
MetaRelation2Many param)
Meta-model for a relation to many |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||