ObjectDB ObjectDB

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

Method
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
void storeShortField(
  int fieldNumber,
  short 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