Package | Description |
---|---|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
protected void |
RoleTypeAssocTypeCache.addEntry(ParameterArray key,
AssociationRoleIF added) |
protected void |
RoleTypeCache.addEntry(ParameterArray key,
AssociationRoleIF added) |
E |
SharedQueryLookup.get(ParameterArray params) |
V |
QueryLookup.get(ParameterArray params) |
E |
SharedQueryLookup.put(ParameterArray key,
E value) |
V |
QueryLookup.put(ParameterArray key,
V value) |
E |
SharedQueryLookup.remove(ParameterArray key) |
V |
QueryLookup.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) |
Modifier and Type | Method and Description |
---|---|
void |
SharedQueryLookup.removeAll(Collection<ParameterArray> keys) |
void |
QueryLookup.removeAll(Collection<ParameterArray> keys) |
Constructor and Description |
---|
SharedQueryLookup(StorageAccessIF access,
QueryCache<ParameterArray,E> qcache) |