| Package | Description | 
|---|---|
| org.datanucleus.metadata | 
 
        Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<FetchGroupMemberMetaData> | 
FetchGroupMetaData.members
members (fields/properties) declared to be in this fetch group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FetchGroupMemberMetaData | 
FetchGroupMetaData.newMemberMetaData(String name)
Method to create a new member, add it, and return it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<FetchGroupMemberMetaData> | 
FetchGroupMetaData.getMembers()
Accessor for metadata for the members of this group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FetchGroupMetaData.addMember(FetchGroupMemberMetaData fgmmd)
Add a new field/property. 
 | 
Copyright © 2018. All rights reserved.