Uses of Class
net.ontopia.topicmaps.impl.rdbms.ParameterArray
-
Packages that use ParameterArray Package Description net.ontopia.topicmaps.impl.rdbms 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 ParameterArray Modifier and Type Field Description protected Map<ParameterArray,V>
QueryLookup. cache
protected QueryCache<ParameterArray,E>
SharedQueryLookup. qcache
protected Map<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeAssocTypeCache. radd
protected Map<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeCache. radd
protected TransactionalLookupIndexIF<ParameterArray,Collection<IdentityIF>>
RoleTypeAssocTypeCache. rolesByType
protected TransactionalLookupIndexIF<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeCache. rolesByType
protected Map<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeAssocTypeCache. rrem
protected Map<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeCache. rrem
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type ParameterArray Modifier and Type Method Description protected void
RoleTypeAssocTypeCache. addEntry(ParameterArray key, AssociationRoleIF added)
protected void
RoleTypeCache. addEntry(ParameterArray key, AssociationRoleIF added)
V
QueryLookup. get(ParameterArray params)
E
SharedQueryLookup. get(ParameterArray params)
V
QueryLookup. put(ParameterArray key, V value)
E
SharedQueryLookup. put(ParameterArray key, E value)
V
QueryLookup. remove(ParameterArray key)
E
SharedQueryLookup. remove(ParameterArray key)
protected void
RoleTypeAssocTypeCache. removeEntry(ParameterArray key, AssociationRoleIF removed)
protected void
RoleTypeCache. 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 ParameterArray Modifier and Type Method Description void
QueryLookup. removeAll(Collection<ParameterArray> keys)
void
SharedQueryLookup. removeAll(Collection<ParameterArray> keys)
Constructor parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type ParameterArray Constructor Description SharedQueryLookup(StorageAccessIF access, QueryCache<ParameterArray,E> qcache)
-