Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
RWTransaction.registerMerge(TMObject source,
TMObject target)
INTERNAL: Called by RDBMSTopicMapStore to notify the transaction
of a performed merge.
|
Modifier and Type | Class and Description |
---|---|
class |
Association
INTERNAL: The rdbms association implementation.
|
class |
AssociationRole
INTERNAL: The rdbms association role implementation.
|
class |
Occurrence
INTERNAL: The rdbms occurrence implementation.
|
class |
Topic
INTERNAL: The rdbms topic implementation.
|
class |
TopicMap
INTERNAL: The rdbms topic map implementation.
|
class |
TopicName
INTERNAL: The rdbms topic name implementation.
|
class |
VariantName
INTERNAL: The rdbms variant name implementation.
|