Package | Description |
---|---|
net.ontopia.topicmaps.impl.basic |
The in-memory implementation of the core topic map interfaces.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
net.ontopia.topicmaps.impl.remote | |
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTopicMapStore
PUBLIC: The in-memory TopicMapStoreIF implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapStore
PUBLIC: The rdbms topic map store implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTopicMapStore
INTERNAL: The remote (remote in the sense that it deals with remote
topics - and not that the transactions work in a remote or
distributed fashion) extension of AbstractTopicMapStore.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTopicMapStore |
AbstractTopicMapTransaction.store |