Uses of Interface
net.ontopia.persistence.proxy.EvictableIF
-
Packages that use EvictableIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of EvictableIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement EvictableIF Modifier and Type Class Description class
QueryCache<K,E>
INTERNAL: A storage access implementation accessing relational databases using JDBC.class
TransactionalLRULookupIndex
INTERNAL:Fields in net.ontopia.persistence.proxy with type parameters of type EvictableIF Modifier and Type Field Description protected Map<IdentityIF,Map<String,EvictableIF>>
RDBMSStorage. qcmap
Methods in net.ontopia.persistence.proxy that return EvictableIF Modifier and Type Method Description EvictableIF
RDBMSStorage. getHelperObject(int identifier, IdentityIF namespace)
EvictableIF
StorageIF. getHelperObject(int identifier, IdentityIF namespace)
INTERNAL: Returns the shared caches.
-