| Package | Description |
|---|---|
| org.ujorm.orm |
The ORM support.
|
| org.ujorm.orm.metaModel |
| Modifier and Type | Method and Description |
|---|---|
<T extends MetaRelation2Many> |
OrmHandler.findColumnModel(Key pathProperty)
Find a Relation/Column model of the paramemeter property.
|
<T extends MetaRelation2Many> |
OrmHandler.findColumnModel(Key pathProperty,
boolean throwException)
Find a Relation/Column model of the paramemeter property.
|
| Modifier and Type | Method and Description |
|---|---|
MetaRelation2Many |
Session.getBasicColumn(Criterion criterion)
Returns the first "basic" column of criterion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrmHandler.addColumnModel(MetaRelation2Many column)
Map a property to the table
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaColumn
Database column metadata
|
| Modifier and Type | Field and Description |
|---|---|
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
Table key
|
| Constructor and Description |
|---|
MetaRelation2Many(MetaTable table,
Key tableProperty,
MetaRelation2Many param) |
Copyright 2013, Pavel Ponec