|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.extensions.SuperAbstractUjo
org.ujorm.extensions.AbstractUjo
org.ujorm.orm.AbstractMetaModel
org.ujorm.orm.metaModel.MetaIndex
public final class MetaIndex
DB index metamodel.
| Field Summary | |
|---|---|
static ListKey<MetaIndex,MetaColumn> |
COLUMNS
Table Columns |
static Key<MetaIndex,String> |
NAME
Index database name |
static Key<MetaIndex,MetaTable> |
TABLE
Table |
static Key<MetaIndex,Boolean> |
UNIQUE
Is the index unique ? |
| Constructor Summary | |
|---|---|
MetaIndex(String index,
MetaTable table)
|
|
| Method Summary | |
|---|---|
String |
toString()
Show an index name + table |
| Methods inherited from class org.ujorm.orm.AbstractMetaModel |
|---|
changeDefault, checkReadOnly, clearReadOnly, get, lock, readAuthorization, readOnly, setReadOnly, writeValue |
| Methods inherited from class org.ujorm.extensions.AbstractUjo |
|---|
newCamelFactory, newFactory, readValue |
| Methods inherited from class org.ujorm.extensions.SuperAbstractUjo |
|---|
clone, equals, init, init, readKeys, readUjoManager, readValueString, writeValueString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ujorm.Ujo |
|---|
readKeys, readValue |
| Field Detail |
|---|
public static final Key<MetaIndex,String> NAME
public static final Key<MetaIndex,MetaTable> TABLE
public static final Key<MetaIndex,Boolean> UNIQUE
public static final ListKey<MetaIndex,MetaColumn> COLUMNS
| Constructor Detail |
|---|
public MetaIndex(String index,
MetaTable table)
| Method Detail |
|---|
public String toString()
toString in class SuperAbstractUjo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||