|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageIF | |
---|---|
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 StorageIF in net.ontopia.persistence.proxy |
---|
Classes in net.ontopia.persistence.proxy that implement StorageIF | |
---|---|
class |
RDBMSStorage
INTERNAL: A storage definition implementation for relational databases. |
Fields in net.ontopia.persistence.proxy declared as StorageIF | |
---|---|
protected StorageIF |
SharedCache.storage
|
protected StorageIF |
JGroupsCluster.storage
|
Methods in net.ontopia.persistence.proxy that return StorageIF | |
---|---|
StorageIF |
StorageAccessIF.getStorage()
INTERNAL: Returns the storage definition that the access uses. |
StorageIF |
RDBMSAccess.getStorage()
|
Methods in net.ontopia.persistence.proxy with parameters of type StorageIF | |
---|---|
DetachedQueryIF |
QueryDescriptor.createSharedQuery(StorageIF storage,
AccessRegistrarIF registrar,
java.lang.String[] platforms)
INTERNAL: Creates a QueryIF instance that uses the specified storage access and platform settings. |
protected SQLStatement |
QueryDescriptor.createSQLStatement(StorageIF storage,
java.lang.String[] platforms)
|
Uses of StorageIF in net.ontopia.topicmaps.impl.rdbms |
---|
Fields in net.ontopia.topicmaps.impl.rdbms declared as StorageIF | |
---|---|
protected StorageIF |
RDBMSTopicMapReference.storage
|
protected StorageIF |
RDBMSStoreFactory.storage
|
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type StorageIF | |
---|---|
RDBMSStoreFactory(StorageIF storage)
|
|
RDBMSStoreFactory(StorageIF storage,
long topicmap_id)
|
|
RDBMSTopicMapReference(java.lang.String _id,
java.lang.String _title,
StorageIF _storage,
long _topicmap_id,
LocatorIF _base_address)
|
|
RDBMSTopicMapStore(StorageIF storage)
INTERNAL: |
|
RDBMSTopicMapStore(StorageIF storage,
long topicmap_id)
INTERNAL: |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |