public class FetchPlanState extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
memberNames
List of member names in the graph.
|
Constructor and Description |
---|
FetchPlanState() |
Modifier and Type | Method and Description |
---|---|
void |
addMemberName(String memberName)
Method to add a member name to the list since it is being processed
|
protected static int |
calculateObjectDepthForMember(List<String> memberNames,
String memberName) |
int |
getCurrentFetchDepth()
Accessor for the object graph depth currently
|
int |
getObjectDepthForType(String memberName)
Accessor for the current depth for the specified member name.
|
void |
removeLatestMemberName()
Method to remove the latest member name from the list since it is now processed
|
public void addMemberName(String memberName)
memberName
- The member to addpublic void removeLatestMemberName()
public int getCurrentFetchDepth()
public int getObjectDepthForType(String memberName)
memberName
- The name of the field/propertyCopyright © 2019. All rights reserved.