ObjectDB ObjectDB

providedIntField(pc, field, currentValue) - JDO StateManager's method

Method
javax.jdo.spi.StateManager
void providedIntField(
  PersistenceCapable pc,
  int field,
  int 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