Uses of Interface
net.ontopia.persistence.proxy.StorageIF
-
Packages that use StorageIF 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 StorageIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement StorageIF Modifier and Type Class Description class
RDBMSStorage
INTERNAL: A storage definition implementation for relational databases.Fields in net.ontopia.persistence.proxy declared as StorageIF Modifier and Type Field Description protected StorageIF
JGroupsCluster. storage
protected StorageIF
SharedCache. storage
Methods in net.ontopia.persistence.proxy that return StorageIF Modifier and Type Method Description StorageIF
RDBMSAccess. getStorage()
StorageIF
StorageAccessIF. getStorage()
INTERNAL: Returns the storage definition that the access uses.Methods in net.ontopia.persistence.proxy with parameters of type StorageIF Modifier and Type Method 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)
Constructors in net.ontopia.persistence.proxy with parameters of type StorageIF Constructor Description JGroupsCluster(String clusterId, String clusterProps, StorageIF storage)
-
Uses of StorageIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as StorageIF Modifier and Type Field Description protected StorageIF
RDBMSStoreFactory. storage
protected StorageIF
RDBMSTopicMapReference. storage
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type StorageIF Constructor 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:
-