Uses of Interface
net.ontopia.persistence.proxy.StorageIF
Packages that use StorageIF
Package
Description
An object-relational mapping framework.
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 StorageIFModifier and TypeClassDescriptionclassINTERNAL: A storage definition implementation for relational databases.Fields in net.ontopia.persistence.proxy declared as StorageIFModifier and TypeFieldDescriptionprotected StorageIFJGroupsCluster.storageprotected StorageIFSharedCache.storageMethods in net.ontopia.persistence.proxy that return StorageIFModifier and TypeMethodDescriptionRDBMSAccess.getStorage()StorageAccessIF.getStorage()INTERNAL: Returns the storage definition that the access uses.Methods in net.ontopia.persistence.proxy with parameters of type StorageIFModifier and TypeMethodDescriptionQueryDescriptor.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 StorageIFModifierConstructorDescriptionprotectedJGroupsCluster(String clusterId, String clusterProps, StorageIF storage) -
Uses of StorageIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as StorageIFModifier and TypeFieldDescriptionprotected StorageIFRDBMSStoreFactory.storageprotected StorageIFRDBMSTopicMapReference.storageConstructors in net.ontopia.topicmaps.impl.rdbms with parameters of type StorageIFModifierConstructorDescriptionRDBMSStoreFactory(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: