Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.VersionConsistencyCache
-
-
Uses of VersionConsistencyCache in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore that return VersionConsistencyCache Modifier and Type Method Description VersionConsistencyCachePersistenceManagerFactory. getVersionConsistencyCache()Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type VersionConsistencyCache Modifier and Type Method Description voidConfigCache. setVersionConsistencyCache(VersionConsistencyCache vcCache)Sets VersionConsistencyCache field. -
Uses of VersionConsistencyCache in com.sun.jdo.spi.persistence.support.sqlstore.impl
Classes in com.sun.jdo.spi.persistence.support.sqlstore.impl that implement VersionConsistencyCache Modifier and Type Class Description classVersionConsistencyCacheImplA 2-level cache of StateManager instances (i.e., a map of maps).Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl that return VersionConsistencyCache Modifier and Type Method Description VersionConsistencyCacheSQLPersistenceManagerFactory. getVersionConsistencyCache()Creates if necessary, and returns, this PMF's instance of its VersionConsistencyCache. -
Uses of VersionConsistencyCache in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type VersionConsistencyCache Modifier and Type Method Description voidConfigCacheImpl. setVersionConsistencyCache(VersionConsistencyCache vcCache)Sets VersionConsistencyCache field.
-