Uses of Class
org.axiondb.engine.indexes.BaseIndexFactory

Packages that use BaseIndexFactory
org.axiondb.engine Core database machinery. 
 

Uses of BaseIndexFactory in org.axiondb.engine
 

Subclasses of BaseIndexFactory in org.axiondb.engine
 class ArrayIndexFactory
          An IndexFactory for array indices.
 class BTreeIndexFactory
          An IndexFactoryfor B-Tree indices.