Field Summary |
|
public boolean | doNotFetchObject This flag is used to include reference fields in a fetch group
and to fetch only the OID of the reference and not the referenced
object as well. |
public JdoExtension | extension The parsed meta data for this field (null if none i.e. |
public FieldMetaData | fmd The field. |
public String | jdbcSelectSql Cache for SQL required to fetch this field. |
public String | jdbcSelectSqlForUpdate Cache for SQL required to fetch this field when selectForUpdate is on.
This is normally only used for pass 2 fields e.g. |
public int | jdbcUseJoin If this is a ref or a collection then this is the useJoin option
to use when this group is fetched. |
public int | jdbcUseKeyJoin If this is a map and the keys are a PC class then this is the useJoin
option to use when this group is fetched. |
public FetchGroup | nextFetchGroup If a store does read ahead (e.g. |
public FetchGroup | nextKeyFetchGroup If a store does read ahead (e.g. |