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 |
InMemoryTopicMapTransaction
INTERNAL: The in-memory transaction implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteTopicMapTransaction
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) implementation of TopicMapTransaction.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTopicMapTransaction |
AbstractTopicMapTransaction.parent |