Uses of Interface
net.ontopia.persistence.proxy.StorageAccessIF
Packages that use StorageAccessIF
Package
Description
An object-relational mapping framework.
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 StorageAccessIFModifier and TypeClassDescriptionclassINTERNAL: A storage access implementation accessing relational databases using JDBC.Fields in net.ontopia.persistence.proxy declared as StorageAccessIFMethods in net.ontopia.persistence.proxy that return StorageAccessIFModifier and TypeMethodDescriptionRDBMSStorage.createAccess(boolean readonly) AbstractTransaction.getStorageAccess()TransactionIF.getStorageAccess()INTERNAL: Gets the storage access used by the transaction.Methods in net.ontopia.persistence.proxy with parameters of type StorageAccessIFModifier and TypeMethodDescriptionQueryCache.executeQuery(StorageAccessIF access, K cachekey, Object[] query_params) abstract booleanAbstractLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanROLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanRWLocalCache.exists(StorageAccessIF access, IdentityIF identity) booleanSharedCache.exists(StorageAccessIF access, IdentityIF identity) booleanStatisticsCache.exists(StorageAccessIF access, IdentityIF identity) booleanStorageCacheIF.exists(StorageAccessIF access, IdentityIF identity) INTERNAL: Can be called to verify whether the specified identity exists in the cache or in the data repository.abstract ObjectAbstractLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) ROLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) RWLocalCache.getValue(StorageAccessIF access, IdentityIF identity, int field) SharedCache.getValue(StorageAccessIF access, IdentityIF identity, int field) StatisticsCache.getValue(StorageAccessIF access, IdentityIF identity, int field) 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.intAbstractLocalCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) intSharedCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) intStatisticsCache.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) intStorageCacheIF.prefetch(StorageAccessIF access, Class<?> type, int field, int nextField, boolean traverse, Collection<IdentityIF> identities) Constructors in net.ontopia.persistence.proxy with parameters of type StorageAccessIFModifierConstructorDescriptionROTransaction(StorageAccessIF access) RWTransaction(StorageAccessIF access) -
Uses of StorageAccessIF in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as StorageAccessIFModifier and TypeFieldDescriptionprotected StorageAccessIFSharedLocatorLookup.accessprotected StorageAccessIFSharedQueryLookup.accessConstructors in net.ontopia.topicmaps.impl.rdbms with parameters of type StorageAccessIFModifierConstructorDescriptionSharedLocatorLookup(StorageAccessIF access, QueryCache<LocatorIF, E> qcache, IdentityIF tmid) SharedQueryLookup(StorageAccessIF access, QueryCache<ParameterArray, E> qcache)