Method Summary |
|
FetchGroup | add(String fieldName) Method to add a field of the class to the fetch group. |
String | getClassName() Accessor for the class for this fetch group. |
String[] | getFieldNames() Accessor for the names of the fields in this fetch group. |
String | getName() Accessor for the group name. |
boolean | getPostLoad() Accessor for whether to call postLoad when this group is loaded. |
boolean | hasField(String fieldName) Accessor for whether a particular field is in this group. |
FetchGroup | remove(String fieldName) Method to remove a field of the class from the fetch group. |
void | setPostLoad(boolean postLoad) Mutator for whether the postLoad callback should be called on loading this fetch group. |