getObjectField(pc, field, currentValue) - JDO StateManager's method
Method javax.jdo.spi.StateManager
Object getObjectField(
PersistenceCapable pc,
int field,
Object currentValue
)
Return the value for the field.
- Parameters:
-
pc
- the callingPersistenceCapable
instancefield
- the field numbercurrentValue
- the current value of the field
- Returns:
- the new value for the field
- Since:
- JDO 1.0