Uses of Class
net.ontopia.topicmaps.impl.utils.AbstractTopicMapTransaction
-
Packages that use AbstractTopicMapTransaction 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. -
-
Uses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.basic
Subclasses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.basic Modifier and Type Class Description class
InMemoryTopicMapTransaction
INTERNAL: The in-memory transaction implementation. -
Uses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.rdbms
Subclasses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.rdbms Modifier and Type Class Description class
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation. -
Uses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.remote
Subclasses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.remote Modifier and Type Class 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. -
Uses of AbstractTopicMapTransaction in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as AbstractTopicMapTransaction Modifier and Type Field Description protected AbstractTopicMapTransaction
AbstractTopicMapTransaction. parent
-