|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
AbstractFetchPlanTest | This class is an abstract superclass for the fetch plan tests. |
FetchPlanInterface | Title: Test TITLE
Keywords: fetch plan Assertion IDs: 12.7.1-1 Assertion Description: public interface FetchPlan { String DEFAULT = "default"; String ALL = "all"; int FETCH_SIZE_GREEDY = -1; int FETCH_SIZE_OPTIMAL = 0; int DETACH_LOAD_FIELDS = 1; int DETACH_UNLOAD_FIELDS = 2; A12.7.1-1 [/** Add the fetchgroup to the set of active fetch groups. |
FetchPlanMakeTransient | Title: Test FetchPlanMakeTransient
Keywords: FetchPlan makeTransient Assertion IDs: Assertion 12.7.1 Assertion Description: If the useFetchPlan parameter is true, the current FetchPlan, including MaxFetchDepth, DETACH_LOAD_FIELDS, and DETACH_UNLOAD_FIELDS, is applied to the pc or pcs parameter instance(s) to load fields and instances from the datastore. |
FetchPlanQuery | Title: Test FetchPlanQuery
Keywords: FetchPlan Query Assertion IDs: Assertion 12.7.1 Assertion Description: 12.7.1 When executing a query the JDO implementation loads the fields as specified in the fetch plan associated with the Query instance. |
FetchPlanRefresh | Title: Test FetchPlanRefresh
Keywords: FetchPlan getObjectById Assertion IDs: Assertion 12.7.1 Assertion Description: 12.7.1 For refresh, after clearing fields in the instances, the JDO implementation uses the fetch plan to determine which fields to load from the datastore. |
FetchPlanRetrieve | Title: Test FetchPlanRetrieve
Keywords: FetchPlan getObjectById Assertion IDs: Assertion 12.7.1 Assertion Description: 12.7.1 For retrieve with FGonly true, the implementation uses the fetch plan to determine which fields are loaded from the datastore. |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |