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 classRDBMSStorageINTERNAL: A storage definition implementation for relational databases.Fields in net.ontopia.persistence.proxy declared as StorageIF Modifier and Type Field Description protected StorageIFJGroupsCluster. storageprotected StorageIFSharedCache. storageMethods in net.ontopia.persistence.proxy that return StorageIF Modifier and Type Method Description StorageIFRDBMSAccess. getStorage()StorageIFStorageAccessIF. 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 DetachedQueryIFQueryDescriptor. createSharedQuery(StorageIF storage, AccessRegistrarIF registrar, String[] platforms)INTERNAL: Creates a QueryIF instance that uses the specified storage access and platform settings.protected SQLStatementQueryDescriptor. 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 StorageIFRDBMSStoreFactory. storageprotected StorageIFRDBMSTopicMapReference. storageConstructors 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:
-