ObjectDB ObjectDB

storeIntField(fieldNumber, value) - JDO PersistenceCapable.ObjectIdFieldConsumer's method

Method
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
void storeIntField(
  int fieldNumber,
  int value
)

Store one field into the field manager. This field was retrieved from the field of the ObjectId.
Parameters:
fieldNumber - the field number of the key field.
value - the value of the field from the ObjectId.
Since:
JDO 1.0