Uses of Interface
net.ontopia.persistence.proxy.TransactionalLookupIndexIF
-
Packages that use TransactionalLookupIndexIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. -
-
Uses of TransactionalLookupIndexIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement TransactionalLookupIndexIF Modifier and Type Class Description class
TransactionalLRULookupIndex
INTERNAL:class
TransactionalSoftHashMapIndex<K,V>
INTERNAL: -
Uses of TransactionalLookupIndexIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TransactionalLookupIndexIF Modifier and Type Class Description class
LocatorLookup<E>
INTERNAL: Non-shared locator lookup index.class
QueryLookup<V>
INTERNAL: Non-shared locator lookup index.class
SharedLocatorLookup<E>
INTERNAL: Non-shared locator lookup index.class
SharedQueryLookup<E>
INTERNAL: Non-shared locator lookup index.Fields in net.ontopia.topicmaps.impl.rdbms declared as TransactionalLookupIndexIF Modifier and Type Field Description protected TransactionalLookupIndexIF<ParameterArray,Collection<IdentityIF>>
RoleTypeAssocTypeCache. rolesByType
protected TransactionalLookupIndexIF<ParameterArray,Collection<AssociationRoleIF>>
RoleTypeCache. rolesByType
protected TransactionalLookupIndexIF<LocatorIF,IdentityIF>
SubjectIdentityCache. source_locators
protected TransactionalLookupIndexIF<LocatorIF,IdentityIF>
SubjectIdentityCache. subject_indicators
protected TransactionalLookupIndexIF<LocatorIF,IdentityIF>
SubjectIdentityCache. subjects
-