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 voidRWTransaction. 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 classAssociationINTERNAL: The rdbms association implementation.classAssociationRoleINTERNAL: The rdbms association role implementation.classOccurrenceINTERNAL: The rdbms occurrence implementation.classTopicINTERNAL: The rdbms topic implementation.classTopicMapINTERNAL: The rdbms topic map implementation.classTopicNameINTERNAL: The rdbms topic name implementation.classVariantNameINTERNAL: The rdbms variant name implementation.
-