Uses of Class
net.ontopia.topicmaps.impl.utils.TopicModificationManager
-
Packages that use TopicModificationManager 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.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of TopicModificationManager in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as TopicModificationManager Modifier and Type Field Description protected TopicModificationManager
InMemoryTopicMapTransaction. topicmods
-
Uses of TopicModificationManager in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicModificationManager Modifier and Type Field Description protected TopicModificationManager
RDBMSTopicMapTransaction. topicmods
-
Uses of TopicModificationManager in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicModificationManager Modifier and Type Field Description protected TopicModificationManager
TopicModificationManager. manager
-