Home » jdo2-tck-2.3-ea-src » org.apache.jdo.tck » api » persistencemanager » cache »

org.apache.jdo.tck.api.persistencemanager.cache

Classes:

CallingEvictAllWithCollectionContainingNulls   Title: Calling EvictAll With Collection Containing Nulls
Keywords: cache
Assertion IDs: A12.5-11
Assertion Description: Passing a non-null Object[] or Collection arguments to evictAll that contain null elements will have the documented behavior for non-null elements, and the null elements will be ignored. 
code | html
CallingRefreshAllWithCollectionContainingNulls   Title: Calling RefreshAll With Collection Containing Nulls
Keywords: cache
Assertion IDs: A12.5-12
Assertion Description: Passing a non-null Object[] or Collection arguments to refreshAll that contain null elements will have the documented behavior for non-null elements, and the null elements will be ignored. 
code | html
EvictAllWithNoParameters   Title: EvictAllWithNoParameters
Keywords: cache
Assertion IDs: A12.5.1-2
Assertion Description: If PersistenceManager.evict is called with no parameter, then all referenced instances are evicted. 
code | html
EvictingCollectionOfInstancesSideEffects   Title: EvictingCollectionOfInstancesSideEffects
Keywords: cache
Assertion IDs: A12.5.1-4
Assertion Description: If PersistenceManager.evict is called with no parameter, then all referenced instances are evicted. 
code | html
EvictingWithRestoreValuesFalse   Title: Evicting With RestoreValues False
Keywords: cache
Assertion ID: A12.6.1-1. 
code | html
EvictingWithRetainValuesFalse   Title: Evicting With RetainValues False
Keywords: cache
Assertion ID: A12.5.1-3. 
code | html
PassingNullToEvictAllThrowsException   Title: PassingNullToEvictAllThrowsException
Keywords:
Assertion IDs: A12.5-9
Assertion Description: Passing a null valued argument to evictAll will throw a NullPointerException. 
code | html
PassingNullToEvictHasNoEffect   Title: PassingNullToEvictHasNoEffect
Keywords:
Assertion IDs: A12.5-7
Assertion Description: Passing a null value to PersistenceManager.evict will have no effect. 
code | html
PassingNullToRefreshAllThrowsException   Title: Passing Null to RefreshAll Throws Exception
Keywords: cache
Assertion IDs: A12.5-10. 
code | html
PassingNullToRefreshHasNoEffect   Title: Passing Null to Refresh has no Effect
Keywords:
Assertion IDs: A12.5-8
Assertion Description: Passing a null value to PersistenceManager.refresh will have no effect. 
code | html
RefreshAllNoParameterSideEffects     code | html
RefreshAllSideEffects     code | html
RefreshAllWithNoParameters   Title: Refresh All With No Parameters
Keywords: cache
Assertion ID: A12.5.1-6. 
code | html
RefreshSideEffects     code | html
RefreshSideEffects.RefreshThreadT1     code | html
RefreshSideEffects.RefreshThreadT2     code | html
Retrieve   Title: Retrieve
Keywords: cache
Assertion IDs: A12.6.1-2, A12.6.1-5
Assertion Description: These methods request the PersistenceManager to load all persistent fields into the parameter instances. 
code | html