TestPredefinedFetchGroup.java | Class | Test the 4 pre-defined fetchgroups:
1- all : all the fields of the class are loaded
2- default: all the fields defined as default-fetch-group="true" in the jdo file are loaded
3- none: only the primary key of the class is loaded but int he case of speedo (and because of jorm)
all primitive fields are loaded.
4- values: all the fields that are included in the default fetch group by default
(primitives, wrappers, String, Date, etc...) are loaded. |