|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FetchGroupMetadata | |
|---|---|
| javax.jdo.metadata | This package contains classes representing the different components of the JDO Metadata. |
| Uses of FetchGroupMetadata in javax.jdo.metadata |
|---|
| Methods in javax.jdo.metadata that return FetchGroupMetadata | |
|---|---|
FetchGroupMetadata[] |
TypeMetadata.getFetchGroups()
Accessor for all FetchGroup defined on the component. |
FetchGroupMetadata[] |
FetchPlanMetadata.getFetchGroups()
Accessor for all fetch groups defined for this fetch plan. |
FetchGroupMetadata |
TypeMetadata.newFetchGroupMetadata(java.lang.String name)
Add a new FetchGroup for this component. |
FetchGroupMetadata |
FetchPlanMetadata.newFetchGroupMetadata(java.lang.String name)
Add a new fetch group for this fetch plan. |
FetchGroupMetadata |
FetchGroupMetadata.setPostLoad(boolean load)
Method to set whether to call post load with this fetch group |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||