Uses of Class
org.datanucleus.cache.AbstractReferencedLevel2Cache.PinnedClass
-
Packages that use AbstractReferencedLevel2Cache.PinnedClass Package Description org.datanucleus.cache This package provides classes implementing L1/L2 persistable object caching within DataNucleus. -
-
Uses of AbstractReferencedLevel2Cache.PinnedClass in org.datanucleus.cache
Fields in org.datanucleus.cache with type parameters of type AbstractReferencedLevel2Cache.PinnedClass Modifier and Type Field Description protected java.util.Collection<AbstractReferencedLevel2Cache.PinnedClass>
AbstractReferencedLevel2Cache. pinnedClasses
Collection of pinned classes whose objects should be pinned if they ever reach the cache.
-