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 classQueryCache<K,E>INTERNAL: A storage access implementation accessing relational databases using JDBC.classTransactionalLRULookupIndexINTERNAL:Fields in net.ontopia.persistence.proxy with type parameters of type EvictableIF Modifier and Type Field Description protected Map<IdentityIF,Map<String,EvictableIF>>RDBMSStorage. qcmapMethods in net.ontopia.persistence.proxy that return EvictableIF Modifier and Type Method Description EvictableIFRDBMSStorage. getHelperObject(int identifier, IdentityIF namespace)EvictableIFStorageIF. getHelperObject(int identifier, IdentityIF namespace)INTERNAL: Returns the shared caches.
-