|
UJO Framework release 1.19.90 |
|||||||||
| 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.MetaIndex
public final class MetaIndex
DB index metamodel.
| Field Summary | |
|---|---|
static ListProperty<MetaIndex,MetaColumn> |
COLUMNS
Table Columns |
static Property<MetaIndex,java.lang.String> |
NAME
Index database name |
static Property<MetaIndex,MetaTable> |
TABLE
Table |
static Property<MetaIndex,java.lang.Boolean> |
UNIQUE
Is the index unique ? |
| Constructor Summary | |
|---|---|
MetaIndex(java.lang.String index,
MetaTable table)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Show an index name + table |
| 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<MetaIndex,java.lang.String> NAME
public static final Property<MetaIndex,MetaTable> TABLE
public static final Property<MetaIndex,java.lang.Boolean> UNIQUE
public static final ListProperty<MetaIndex,MetaColumn> COLUMNS
| Constructor Detail |
|---|
public MetaIndex(java.lang.String index,
MetaTable table)
| Method Detail |
|---|
public java.lang.String toString()
toString in class AbstractUjo
|
UJO Framework release 1.19.90 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||