Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.ConfigCache
-
Packages that use ConfigCache Package Description com.sun.jdo.spi.persistence.support.sqlstore com.sun.jdo.spi.persistence.support.sqlstore.model -
-
Uses of ConfigCache in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore that return ConfigCache Modifier and Type Method Description ConfigCachePersistenceStore. getConfigCache()Returns ConfigCache associated with this store.ConfigCacheSQLStoreManager. getConfigCache() -
Uses of ConfigCache in com.sun.jdo.spi.persistence.support.sqlstore.model
Classes in com.sun.jdo.spi.persistence.support.sqlstore.model that implement ConfigCache Modifier and Type Class Description classConfigCacheImplCaches SQLStore config information.Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type ConfigCache Modifier and Type Method Description voidClassDesc. initialize(ConfigCache cache)
-