|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.extensions.AbstractUjo
org.ujoframework.implementation.quick.QuickUjo
org.ujoframework.orm.AbstractMetaModel
org.ujoframework.orm.metaModel.MetaRelation2Many
public class MetaRelation2Many
The database/object relation to many.
| Field Summary | |
|---|---|
static Property<MetaRelation2Many,java.lang.String> |
ID
The meta-model ID. |
static Property<MetaRelation2Many,java.lang.String> |
NAME
The database column name. |
static Property<MetaRelation2Many,MetaTable> |
TABLE
DB table |
static Property<MetaRelation2Many,UjoProperty> |
TABLE_PROPERTY
Table property |
| Constructor Summary | |
|---|---|
MetaRelation2Many()
|
|
MetaRelation2Many(MetaTable table,
UjoProperty tableProperty,
MetaRelation2Many param)
|
|
| Method Summary | |
|---|---|
OrmHandler |
getHandler()
OrmHandler |
UjoProperty |
getProperty()
Returns a column property |
MetaTable |
getTable()
|
java.lang.Class<OrmUjo> |
getTableClass()
Returns a class of column table. |
java.lang.Object |
getValue(Ujo ujo)
Get property value |
boolean |
isColumn()
It is a DB column (either a value of a foreign key), not a relation to many. |
boolean |
isForeignKey()
Is it a Foreign Key ? |
java.lang.String |
toString()
Column name. |
| Methods inherited from class org.ujoframework.orm.AbstractMetaModel |
|---|
get, changeDefault, checkReadOnly, isUsable, isUsable, readAuthorization, readOnly, setReadOnly, writeValue |
| Methods inherited from class org.ujoframework.implementation.quick.QuickUjo |
|---|
newListProperty, newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty, readValue |
| Methods inherited from class org.ujoframework.extensions.AbstractUjo |
|---|
clone, equals, init, init, readProperties, readUjoManager, readValueString, writeValueString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Property<MetaRelation2Many,java.lang.String> ID
public static final Property<MetaRelation2Many,java.lang.String> NAME
public static final Property<MetaRelation2Many,UjoProperty> TABLE_PROPERTY
public static final Property<MetaRelation2Many,MetaTable> TABLE
| Constructor Detail |
|---|
public MetaRelation2Many()
public MetaRelation2Many(MetaTable table,
UjoProperty tableProperty,
MetaRelation2Many param)
| Method Detail |
|---|
public boolean isColumn()
public boolean isForeignKey()
public final UjoProperty getProperty()
public final MetaTable getTable()
public final java.lang.Class<OrmUjo> getTableClass()
public final java.lang.Object getValue(Ujo ujo)
public OrmHandler getHandler()
public java.lang.String toString()
toString in class AbstractUjo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||