Class OAbstractIndexDefinition

java.lang.Object
com.orientechnologies.orient.core.index.OAbstractIndexDefinition
All Implemented Interfaces:
OIndexCallback, OIndexDefinition
Direct Known Subclasses:
OCompositeIndexDefinition, OPropertyIndexDefinition, ORuntimeKeyIndexDefinition, OSimpleKeyIndexDefinition

public abstract class OAbstractIndexDefinition extends Object implements OIndexDefinition
Abstract index definiton implementation.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)