| 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 | Class and Description |
|---|---|
class |
RDBMSStorage
INTERNAL: A storage definition implementation for relational
databases.
|
| Modifier and Type | Field and Description |
|---|---|
protected StorageIF |
SharedCache.storage |
protected StorageIF |
JGroupsCluster.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageIF |
StorageAccessIF.getStorage()
INTERNAL: Returns the storage definition that the access uses.
|
StorageIF |
RDBMSAccess.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
DetachedQueryIF |
QueryDescriptor.createSharedQuery(StorageIF storage,
AccessRegistrarIF registrar,
String[] platforms)
INTERNAL: Creates a QueryIF instance that uses the specified
storage access and platform settings.
|
protected SQLStatement |
QueryDescriptor.createSQLStatement(StorageIF storage,
String[] platforms) |
| Constructor and Description |
|---|
JGroupsCluster(String clusterId,
String clusterProps,
StorageIF storage) |
| Modifier and Type | Field and Description |
|---|---|
protected StorageIF |
RDBMSStoreFactory.storage |
protected StorageIF |
RDBMSTopicMapReference.storage |
| Constructor and Description |
|---|
RDBMSStoreFactory(StorageIF storage) |
RDBMSStoreFactory(StorageIF storage,
long topicmap_id) |
RDBMSTopicMapReference(String _id,
String _title,
StorageIF _storage,
long _topicmap_id,
LocatorIF _base_address) |
RDBMSTopicMapStore(StorageIF storage)
INTERNAL:
|
RDBMSTopicMapStore(StorageIF storage,
long topicmap_id)
INTERNAL:
|