|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FetchGroup
Representation of a FetchGroup for a class. Has a symbolic name for the group, and the class and the fields of the class that are part of the group.
| Method Summary | |
|---|---|
FetchGroup |
add(java.lang.String fieldName)
Method to add a field of the class to the fetch group. |
java.lang.String |
getClassName()
Accessor for the class for this fetch group. |
java.lang.String[] |
getFieldNames()
Accessor for the names of the fields in this fetch group. |
java.lang.String |
getName()
Accessor for the group name. |
boolean |
getPostLoad()
Accessor for whether to call postLoad when this group is loaded. |
boolean |
hasField(java.lang.String fieldName)
Accessor for whether a particular field is in this group. |
FetchGroup |
remove(java.lang.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. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getClassName()
void setPostLoad(boolean postLoad)
postLoad - Whether the postLoad callback should be called.boolean getPostLoad()
FetchGroup add(java.lang.String fieldName)
fieldName - Name of the field
FetchGroup remove(java.lang.String fieldName)
fieldName - Name of the field
boolean hasField(java.lang.String fieldName)
fieldName - Name of the field
java.lang.String[] getFieldNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||