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 classTransactionalLRULookupIndexINTERNAL:classTransactionalSoftHashMapIndex<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 classLocatorLookup<E>INTERNAL: Non-shared locator lookup index.classQueryLookup<V>INTERNAL: Non-shared locator lookup index.classSharedLocatorLookup<E>INTERNAL: Non-shared locator lookup index.classSharedQueryLookup<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. rolesByTypeprotected TransactionalLookupIndexIF<ParameterArray,Collection<AssociationRoleIF>>RoleTypeCache. rolesByTypeprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. source_locatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. subject_indicatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. subjects
-