Uses of Interface
net.ontopia.persistence.proxy.StorageAccessIF

Packages that use StorageAccessIF
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 StorageAccessIF in net.ontopia.persistence.proxy
 

Classes in net.ontopia.persistence.proxy that implement StorageAccessIF
 class RDBMSAccess
          INTERNAL: A storage access implementation accessing relational databases using JDBC.
 

Fields in net.ontopia.persistence.proxy declared as StorageAccessIF
protected  StorageAccessIF AbstractTransaction.access
           
 

Methods in net.ontopia.persistence.proxy that return StorageAccessIF
 StorageAccessIF RDBMSStorage.createAccess(boolean readonly)
           
 StorageAccessIF TransactionIF.getStorageAccess()
          INTERNAL: Gets the storage access used by the transaction.
 StorageAccessIF AbstractTransaction.getStorageAccess()
           
 

Methods in net.ontopia.persistence.proxy with parameters of type StorageAccessIF
 java.lang.Object QueryCache.executeQuery(StorageAccessIF access, java.lang.Object cachekey, java.lang.Object[] query_params)
           
 boolean StorageCacheIF.exists(StorageAccessIF access, IdentityIF identity)
          INTERNAL: Can be called to verify whether the specified identity exists in the cache or in the data repository.
 boolean StatisticsCache.exists(StorageAccessIF access, IdentityIF identity)
           
 boolean SharedCache.exists(StorageAccessIF access, IdentityIF identity)
           
 boolean RWLocalCache.exists(StorageAccessIF access, IdentityIF identity)
           
 boolean ROLocalCache.exists(StorageAccessIF access, IdentityIF identity)
           
abstract  boolean AbstractLocalCache.exists(StorageAccessIF access, IdentityIF identity)
           
 java.lang.Object StorageCacheIF.getValue(StorageAccessIF access, IdentityIF identity, int field)
          INTERNAL: A call forwarded by the transaction (TransactionIF) from persistent objects (PersistentIF) when the field value needs to be retrieved from storage.
 java.lang.Object StatisticsCache.getValue(StorageAccessIF access, IdentityIF identity, int field)
           
 java.lang.Object SharedCache.getValue(StorageAccessIF access, IdentityIF identity, int field)
           
 java.lang.Object RWLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field)
           
 java.lang.Object ROLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field)
           
abstract  java.lang.Object AbstractLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field)
           
 int StorageCacheIF.prefetch(StorageAccessIF access, java.lang.Object type, int field, int nextField, boolean traverse, java.util.Collection identities)
           
 int StatisticsCache.prefetch(StorageAccessIF access, java.lang.Object type, int field, int nextField, boolean traverse, java.util.Collection identities)
           
 int SharedCache.prefetch(StorageAccessIF access, java.lang.Object type, int field, int nextField, boolean traverse, java.util.Collection identities)
           
 int AbstractLocalCache.prefetch(StorageAccessIF access, java.lang.Object type, int field, int nextField, boolean traverse, java.util.Collection identities)
           
 

Constructors in net.ontopia.persistence.proxy with parameters of type StorageAccessIF
ROTransaction(StorageAccessIF access)
           
RWTransaction(StorageAccessIF access)
           
 

Uses of StorageAccessIF in net.ontopia.topicmaps.impl.rdbms
 

Fields in net.ontopia.topicmaps.impl.rdbms declared as StorageAccessIF
protected  StorageAccessIF SharedQueryLookup.access
           
protected  StorageAccessIF SharedLocatorLookup.access
           
 

Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type StorageAccessIF
SharedLocatorLookup(StorageAccessIF access, QueryCache qcache, IdentityIF tmid)
           
SharedQueryLookup(StorageAccessIF access, QueryCache qcache)
           
 



Copyright © 2000-2012 Ontopia.