org.ujorm.orm.metaModel
Class MetaIndex
java.lang.Object
org.ujorm.extensions.AbstractUjo
org.ujorm.implementation.quick.QuickUjo
org.ujorm.orm.AbstractMetaModel
org.ujorm.orm.metaModel.MetaIndex
- All Implemented Interfaces:
- java.io.Serializable, org.ujorm.extensions.UjoCloneable, org.ujorm.extensions.UjoTextable, org.ujorm.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 org.ujorm.implementation.quick.QuickUjo |
newListProperty, newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty, readValue |
| Methods inherited from class org.ujorm.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 |
NAME
public static final org.ujorm.extensions.Property<MetaIndex,java.lang.String> NAME
- Index database name
TABLE
public static final org.ujorm.extensions.Property<MetaIndex,MetaTable> TABLE
- Table
UNIQUE
public static final org.ujorm.extensions.Property<MetaIndex,java.lang.Boolean> UNIQUE
- Is the index unique ?
COLUMNS
public static final org.ujorm.extensions.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 org.ujorm.extensions.AbstractUjo
Copyright © 2011. All Rights Reserved.