|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Purpose: The fetch group tracker interface provides a set of APIs which the domain object must implement, in order to take advantage of the TopLink fetch group performance enhancement feature.
FetchGroup| Method Summary | |
FetchGroup |
getFetchGroup()Return the fetch group being tracked |
boolean |
isAttributeFetched(java.lang.String attribute)Return true if the attribute is in the fetch group being tracked. |
void |
resetFetchGroup()Reset all attributes of the tracked object to the unfetched state with initial default values. |
void |
setFetchGroup(FetchGroup group)Set a fetch group to be tracked. |
void |
setShouldRefreshFetchGroup(boolean shouldRefreshFetchGroup)Set true if the fecth group attributes should be refreshed |
boolean |
shouldRefreshFetchGroup()Return true if the fecth group attributes should be refreshed |
| Method Detail |
public FetchGroup getFetchGroup()
public void setFetchGroup(FetchGroup group)
public boolean isAttributeFetched(java.lang.String attribute)
public void resetFetchGroup()
public boolean shouldRefreshFetchGroup()
public void setShouldRefreshFetchGroup(boolean shouldRefreshFetchGroup)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||