| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.fetchgroup.TestRefreshFetchGroup
TestRefreshFetchGroup | public TestRefreshFetchGroup(String s)(Code) | | |
testRefreshArrayElement | public void testRefreshArrayElement()(Code) | | Test the refresh with the detail+children-names fetch group:
test the definition of a fetch-group in the jdo file with a a#element.b field
|
testRefreshDoubleDepth | public void testRefreshDoubleDepth()(Code) | | Test the refresh with the detailChildren fetch group:
test the definition of a fetch-group in the jdo file with a depth attribute defined twice for a field
|
testRefreshDoubleDepthUnlimited | public void testRefreshDoubleDepthUnlimited()(Code) | | Test the refresh with the detailChildren fetch group:
test the definition of a fetch-group in the jdo file with a depth attribute defined twice for a field
one of them is unlimited
|
testRefreshFetchGroupField | public void testRefreshFetchGroupField()(Code) | | Test the refresh with the detail+children-list fetch group:
test the definition of a fetch-group in the jdo file with a fetch-group attribute in a field
|
testRefreshMapKeyOnly | public void testRefreshMapKeyOnly()(Code) | | Test the refresh with the keyOnly fetchgroup:
test the definition of a fetch-group with a map, refresh only keys
|
testRefreshMapKeyValue | public void testRefreshMapKeyValue()(Code) | | Test the refresh with the keyValue fetchgroup:
test the definition of a fetch-group with a map, refresh both keys and values
|
testRefreshRecursiveDepth | public void testRefreshRecursiveDepth()(Code) | | Test the refresh with the detailChildren fetch group:
test the definition of a fetch-group in the jdo file with a depth attribute in a field
for recursive reference
|
testRefreshReference | public void testRefreshReference()(Code) | | Test the refresh with the detail fetch group :
test the definition of a fetch-group in the jdo file with a a.b.c field
|
testRemovingOfPersistentObject | public void testRemovingOfPersistentObject()(Code) | | |
|
|