| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.fetchgroup.TestDefinedFetchGroup
TestDefinedFetchGroup | public TestDefinedFetchGroup(String s)(Code) | | |
testLoadingArrayElement | public void testLoadingArrayElement()(Code) | | Test the loading with the detail+children-names fetch group:
test the definition of a fetch-group in the jdo file with a a#element.b field
|
testLoadingDoubleDepth | public void testLoadingDoubleDepth()(Code) | | Test the loading 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
|
testLoadingDoubleDepthUnlimited | public void testLoadingDoubleDepthUnlimited()(Code) | | Test the loading 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
|
testLoadingFetchGroupField | public void testLoadingFetchGroupField()(Code) | | Test the loading 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
|
testLoadingMapKeyOnly | public void testLoadingMapKeyOnly()(Code) | | Test the loading with the keyOnly fetchgroup:
test the definition of a fetch-group with a map, loading only keys
|
testLoadingMapKeyValue | public void testLoadingMapKeyValue()(Code) | | Test the loading with the keyValue fetchgroup:
test the definition of a fetch-group with a map, loading both keys and values
|
testLoadingRecursiveDepth | public void testLoadingRecursiveDepth()(Code) | | Test the loading 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
|
testLoadingReference | public void testLoadingReference()(Code) | | Test the loading 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) | | |
|
|