JDO Method
in javax.jdo.spi.StateManager

void providedShortField(
  PersistenceCapable pc, 
  int field, 
  short currentValue
)


The value of the field requested to be provided to the StateManager.
Parameters:
pc - the calling PersistenceCapable instance
field - the field number
currentValue - the current value of the field
Since:
JDO 1.0