|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchGroupMetaData | |
org.jpox.metadata | Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. |
Uses of FetchGroupMetaData in org.jpox.metadata |
Fields in org.jpox.metadata declared as FetchGroupMetaData | |
protected FetchGroupMetaData[] |
AbstractClassMetaData.fetchGroupMetaData
A contained fetch-group element indicates that the named group is to be included in the group being defined. |
protected FetchGroupMetaData[] |
FetchGroupMetaData.fetchGroupMetaData
A contained fetch-group element indicates that the named group is to be included in the group being defined. |
Methods in org.jpox.metadata that return FetchGroupMetaData | |
FetchGroupMetaData[] |
AbstractClassMetaData.getFetchGroupMetaData()
Accessor for all MetaData defined for fetch groups for this class. |
FetchGroupMetaData[] |
AbstractClassMetaData.getFetchGroupMetaData(java.util.Collection groupNames)
Accessor for fetch group metadata for the specified groups (if present). |
FetchGroupMetaData |
AbstractClassMetaData.getFetchGroupMetaData(java.lang.String groupname)
Accessor for the fetch group metadata for the group specified. |
FetchGroupMetaData[] |
FetchGroupMetaData.getFetchGroupMetaData()
Accessor for fetchGroupMetaData |
Methods in org.jpox.metadata with parameters of type FetchGroupMetaData | |
void |
AbstractClassMetaData.addFetchGroup(FetchGroupMetaData fgmd)
Method to add a fetch-group to this class. |
void |
FetchGroupMetaData.addFetchGroup(FetchGroupMetaData fgmd)
Add a new FetchGroupMetaData |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |