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. cacheprotected QueryCache<ParameterArray,E>SharedQueryLookup. qcacheprotected Map<ParameterArray,Collection<AssociationRoleIF>>RoleTypeAssocTypeCache. raddprotected Map<ParameterArray,Collection<AssociationRoleIF>>RoleTypeCache. raddprotected TransactionalLookupIndexIF<ParameterArray,Collection<IdentityIF>>RoleTypeAssocTypeCache. rolesByTypeprotected TransactionalLookupIndexIF<ParameterArray,Collection<AssociationRoleIF>>RoleTypeCache. rolesByTypeprotected Map<ParameterArray,Collection<AssociationRoleIF>>RoleTypeAssocTypeCache. rremprotected Map<ParameterArray,Collection<AssociationRoleIF>>RoleTypeCache. rremMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type ParameterArray Modifier and Type Method Description protected voidRoleTypeAssocTypeCache. addEntry(ParameterArray key, AssociationRoleIF added)protected voidRoleTypeCache. addEntry(ParameterArray key, AssociationRoleIF added)VQueryLookup. get(ParameterArray params)ESharedQueryLookup. get(ParameterArray params)VQueryLookup. put(ParameterArray key, V value)ESharedQueryLookup. put(ParameterArray key, E value)VQueryLookup. remove(ParameterArray key)ESharedQueryLookup. 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 ParameterArray Modifier and Type Method Description voidQueryLookup. removeAll(Collection<ParameterArray> keys)voidSharedQueryLookup. 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)
-