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 RDBMSStorageRDBMSAccess. storageConstructors 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 RDBMSStorageRDBMSPatternSingleTopicMapSource. storageprotected RDBMSStorageRDBMSSingleTopicMapSource. storageprotected RDBMSStorageRDBMSTopicMapSource. storageprotected RDBMSStorageRDBMSTopicMapStore. storageMethods in net.ontopia.topicmaps.impl.rdbms that return RDBMSStorage Modifier and Type Method Description protected RDBMSStorageRDBMSPatternSingleTopicMapSource. createStorage()protected RDBMSStorageRDBMSSingleTopicMapSource. createStorage()protected RDBMSStorageRDBMSTopicMapSource. createStorage()RDBMSStorageRDBMSTopicMapStore. 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 RDBMSTopicMapReferenceRDBMSTopicMapSource. createTopicMapReference(String referenceId, String title, RDBMSStorage storage, long topicmapId, LocatorIF baseAddress)
-