Uses of Class
org.h2.index.BaseHashIndex

Packages that use BaseHashIndex
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
 

Uses of BaseHashIndex in org.h2.index
 

Subclasses of BaseHashIndex in org.h2.index
 class HashIndex
          An unique index based on an in-memory hash map.
 class NonUniqueHashIndex
          A non-unique index based on an in-memory hash map.