Uses of Class
net.ontopia.topicmaps.impl.rdbms.TMObject
-
Packages that use TMObject 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. -
-
Uses of TMObject in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy with parameters of type TMObject Modifier and Type Method Description void
RWTransaction. registerMerge(TMObject source, TMObject target)
INTERNAL: Called by RDBMSTopicMapStore to notify the transaction of a performed merge. -
Uses of TMObject in net.ontopia.topicmaps.impl.rdbms
Subclasses of TMObject in net.ontopia.topicmaps.impl.rdbms Modifier and Type Class 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.
-