| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FetchGroup | |
|---|---|
| org.apache.openjpa.meta | OpenJPA Metadata | 
| Uses of FetchGroup in org.apache.openjpa.meta | 
|---|
| Fields in org.apache.openjpa.meta declared as FetchGroup | |
|---|---|
| (package private) static FetchGroup | FetchGroup.ALLStandard "all" fetch group. | 
| (package private) static FetchGroup | FetchGroup.DEFAULTStandard default fetch group. | 
| Methods in org.apache.openjpa.meta that return FetchGroup | |
|---|---|
|  FetchGroup | ClassMetaData.addDeclaredFetchGroup(String name)Adds fetch group of the given name, or returns existing instance. | 
|  FetchGroup[] | ClassMetaData.getCustomFetchGroups()Return all fetch groups for this type, including superclass groups. | 
|  FetchGroup[] | ClassMetaData.getDeclaredFetchGroups()Return the fetch groups declared explicitly in this type. | 
|  FetchGroup | ClassMetaData.getFetchGroup(String name)Gets a named fetch group. | 
| Methods in org.apache.openjpa.meta with parameters of type FetchGroup | |
|---|---|
|  boolean | FetchGroup.addContainedBy(FetchGroup parent)Adds this receiver as one of the included fetch groups of the given parent. | 
| (package private)  void | FetchGroup.copy(FetchGroup fg)Copy state from the given fetch group. | 
|  boolean | ClassMetaData.removeDeclaredFetchGroup(FetchGroup fg)Remove a declared fetch group. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||