Uses of Class
net.ontopia.topicmaps.impl.rdbms.ParameterArray
Packages that use ParameterArray
Package
Description
Relational database implementation of the core topic map
interfaces.
-
Uses of ParameterArray in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms with type parameters of type ParameterArrayModifier and TypeFieldDescriptionprotected Map<ParameterArray,V> QueryLookup.cacheprotected QueryCache<ParameterArray,E> SharedQueryLookup.qcacheprotected Map<ParameterArray,Collection<AssociationRoleIF>> RoleTypeAssocTypeCache.raddprotected Map<ParameterArray,Collection<AssociationRoleIF>> RoleTypeCache.raddprotected TransactionalLookupIndexIF<ParameterArray,Collection<IdentityIF>> RoleTypeAssocTypeCache.rolesByTypeRoleTypeCache.rolesByTypeprotected Map<ParameterArray,Collection<AssociationRoleIF>> RoleTypeAssocTypeCache.rremprotected Map<ParameterArray,Collection<AssociationRoleIF>> RoleTypeCache.rremMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type ParameterArrayModifier and TypeMethodDescriptionprotected voidRoleTypeAssocTypeCache.addEntry(ParameterArray key, AssociationRoleIF added) protected voidRoleTypeCache.addEntry(ParameterArray key, AssociationRoleIF added) QueryLookup.get(ParameterArray params) SharedQueryLookup.get(ParameterArray params) QueryLookup.put(ParameterArray key, V value) SharedQueryLookup.put(ParameterArray key, E value) QueryLookup.remove(ParameterArray key) SharedQueryLookup.remove(ParameterArray key) protected voidRoleTypeAssocTypeCache.removeEntry(ParameterArray key, AssociationRoleIF removed) protected voidRoleTypeCache.removeEntry(ParameterArray key, AssociationRoleIF removed) protected Collection<AssociationRoleIF>RoleTypeAssocTypeCache.syncWithTransaction(Collection<IdentityIF> roles, ParameterArray params, IdentityIF playerid, IdentityIF rtypeid, IdentityIF atypeid, IdentityIF tmid) Method parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type ParameterArrayModifier and TypeMethodDescriptionvoidQueryLookup.removeAll(Collection<ParameterArray> keys) voidSharedQueryLookup.removeAll(Collection<ParameterArray> keys) Constructor parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type ParameterArrayModifierConstructorDescriptionSharedQueryLookup(StorageAccessIF access, QueryCache<ParameterArray, E> qcache)