Uses of Class
net.ontopia.persistence.proxy.RDBMSStorage
-
Packages that use RDBMSStorage 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 RDBMSStorage in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as RDBMSStorage Modifier and Type Field Description protected RDBMSStorage
RDBMSAccess. storage
Constructors in net.ontopia.persistence.proxy with parameters of type RDBMSStorage Constructor Description RDBMSAccess(String id, RDBMSStorage storage, boolean readonly)
-
Uses of RDBMSStorage in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as RDBMSStorage Modifier and Type Field Description protected RDBMSStorage
RDBMSPatternSingleTopicMapSource. storage
protected RDBMSStorage
RDBMSSingleTopicMapSource. storage
protected RDBMSStorage
RDBMSTopicMapSource. storage
protected RDBMSStorage
RDBMSTopicMapStore. storage
Methods in net.ontopia.topicmaps.impl.rdbms that return RDBMSStorage Modifier and Type Method Description protected RDBMSStorage
RDBMSPatternSingleTopicMapSource. createStorage()
protected RDBMSStorage
RDBMSSingleTopicMapSource. createStorage()
protected RDBMSStorage
RDBMSTopicMapSource. createStorage()
RDBMSStorage
RDBMSTopicMapStore. getStorage()
INTERNAL: Returns the proxy storage implementation used by the topic map store.Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type RDBMSStorage Modifier and Type Method Description protected RDBMSTopicMapReference
RDBMSTopicMapSource. createTopicMapReference(String referenceId, String title, RDBMSStorage storage, long topicmapId, LocatorIF baseAddress)
-