Field Summary |
|
final public static String | ALL_COLS_NAME This is the fetchGroup to load all columns in the class table. |
final public static String | DEL_NAME This is the name reserved for the fetch group containing all the
direct references and dependent fields. |
final public static String | DEP_NAME This is the name reserved for the fetch group containing all the
depedent reference and collection fields for delete reachability
searching. |
final public static String | DETAIL_NAME This is the name reserved for the fetch group containing all the
reference fields used to complete one-to-many relationships. |
final public static String | DFG_NAME This is the name reserved for the default fetch group. |
final public static String | DFG_NAME_NO_FAKES This is the name reserved for the default fetch group without fake fields. |
final public static FetchGroupField[] | EMPTY_FETCHGROUP_FIELDS |
final public static int[] | EMPTY_INT_ARRAY |
final public static String | MANY_TO_MANY_NAME This is the name reserved for the fetch group containing all the
many-to-many fields that must be cleared when deleting an instance. |
final public static String | REF_NAME This is the name reserved for the fetch group containing all the
reference and collection fields for reachability searching. |
final public static String | REQ_NAME This is the name reserved for the fetch group containing all the
fields that must be filled in the original state (e.g. |
final public static String | RETRIEVE_NAME This is the fetchGroup to load all data. |
public ClassMetaData | classMetaData The class this group belongs to. |
public FetchGroupField | crossJoinedCollectionField This is a fgf for a jdbc collection field that must be cross joined. |
public JdoExtension | extension The parsed meta data for this group (null if none i.e. |
public FetchGroupField[] | fields The fields in this group in fieldNo order. |
public boolean | hasPrimaryFields |
public int | index Our index in our classes fetchGroups array. |
public int | jdbcTotalCols The total number of main table columns in the fetch group. |
public String | name The name of this group. |
public boolean | sendFieldsOnFetch Send any available State data for the instance being fetched along
with the fetch call. |
public int[] | stateFieldNos The state field no's of the fetchGroup. |
public transient StoreFetchGroup | storeFetchGroup Extra store specific info attached to this fetch group. |
public FetchGroup[] | subFetchGroups The sub fetch groups from our subclasses or null if none. |
public FetchGroup | superFetchGroup The corresponding fetch group from our superclass or null if none. |