org.ujoframework.orm.metaModel
Class MetaIndex
java.lang.Object
org.ujoframework.extensions.AbstractUjo
org.ujoframework.implementation.quick.QuickUjo
org.ujoframework.orm.AbstractMetaModel
org.ujoframework.orm.metaModel.MetaIndex
- All Implemented Interfaces:
- java.io.Serializable, UjoCloneable, UjoTextable, Ujo
public final class MetaIndex
- extends AbstractMetaModel
DB index metamodel.
- Author:
- Pavel Ponec
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
toString()
Show an index name + table |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final Property<MetaIndex,java.lang.String> NAME
- Index database name
TABLE
public static final Property<MetaIndex,MetaTable> TABLE
- Table
UNIQUE
public static final Property<MetaIndex,java.lang.Boolean> UNIQUE
- Is the index unique ?
COLUMNS
public static final ListProperty<MetaIndex,MetaColumn> COLUMNS
- Table Columns
MetaIndex
public MetaIndex(java.lang.String index,
MetaTable table)
toString
public java.lang.String toString()
- Show an index name + table
- Overrides:
toString in class AbstractUjo
Copyright © 2010. All Rights Reserved.