Methods Summary |
---|
public oracle.toplink.essentials.queryframework.FetchGroup | getFetchGroup()Return the fetch group being tracked
|
public boolean | isAttributeFetched(java.lang.String attribute)Return true if the attribute is in the fetch group being tracked.
|
public void | resetFetchGroup()Reset all attributes of the tracked object to the unfetched state with initial default values.
|
public void | setFetchGroup(oracle.toplink.essentials.queryframework.FetchGroup group)Set a fetch group to be tracked.
|
public void | setShouldRefreshFetchGroup(boolean shouldRefreshFetchGroup)Set true if the fecth group attributes should be refreshed
|
public boolean | shouldRefreshFetchGroup()Return true if the fecth group attributes should be refreshed
|