Package | Description |
---|---|
net.ontopia.topicmaps.impl.basic.index |
Index classes for use with the basic implementation.
|
net.ontopia.topicmaps.impl.rdbms.index |
Index classes for use with the rdbms implementation.
|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexManager
INTERNAL: The basic index manager implementation.
|
Modifier and Type | Field and Description |
---|---|
protected IndexManagerIF |
RDBMSIndex.imanager |
Constructor and Description |
---|
RDBMSIndex(IndexManagerIF imanager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexManager |
Modifier and Type | Field and Description |
---|---|
protected IndexManagerIF |
AbstractTopicMapTransaction.imanager |
Modifier and Type | Method and Description |
---|---|
IndexManagerIF |
AbstractTopicMapTransaction.getIndexManager() |
IndexManagerIF |
TopicMapTransactionIF.getIndexManager()
Deprecated.
PUBLIC: Gets the index manager that manages the topic map indexes
in the transaction.
|