Methods in org.apache.jdo.state with parameters of type FieldManager |
void |
StateManagerInternal.provideField(int fieldNumber,
FieldManager fieldManager,
boolean identifying)
Causes the values of the field indicated by the specified field number
be given to the FieldManager. |
void |
StateManagerInternal.provideFields(int[] fields,
FieldManager fieldManager,
boolean identifying)
Causes the values of the fields indicated by the specified fields to
be given to the FieldManager. |
void |
StateManagerInternal.replaceFields(int[] fields,
FieldManager fieldManager)
For replacing field values in a PC with the ones that is provided by
the FieldManager. |
void |
StateManagerInternal.replace(int[] fields,
FieldManager fieldManager)
Transition the lifecycle state as if the instance is retrieved from the
datastore, but use the specified field values instead of loading them
from the datastore. |