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.
|
Modifier and Type | Field and Description |
---|---|
protected RDBMSStorage |
RDBMSAccess.storage |
Constructor and Description |
---|
RDBMSAccess(String id,
RDBMSStorage storage,
boolean readonly) |
Modifier and Type | Field and Description |
---|---|
protected RDBMSStorage |
RDBMSTopicMapSource.storage |
protected RDBMSStorage |
RDBMSSingleTopicMapSource.storage |
protected RDBMSStorage |
RDBMSTopicMapStore.storage |
protected RDBMSStorage |
RDBMSPatternSingleTopicMapSource.storage |
Modifier and Type | Method and Description |
---|---|
protected RDBMSStorage |
RDBMSTopicMapSource.createStorage() |
protected RDBMSStorage |
RDBMSSingleTopicMapSource.createStorage() |
protected RDBMSStorage |
RDBMSPatternSingleTopicMapSource.createStorage() |
RDBMSStorage |
RDBMSTopicMapStore.getStorage()
INTERNAL: Returns the proxy storage implementation used by the
topic map store.
|
Modifier and Type | Method and Description |
---|---|
protected RDBMSTopicMapReference |
RDBMSTopicMapSource.createTopicMapReference(String referenceId,
String title,
RDBMSStorage storage,
long topicmapId,
LocatorIF baseAddress) |