ObjectDB ObjectDB

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

Method
javax.jdo.spi.StateManager
void setFloatField(
  PersistenceCapable pc,
  int field,
  float currentValue,
  float newValue
)

Mark the field as modified by the user.
Parameters:
pc - the calling PersistenceCapable instance
field - the field number
currentValue - the current value of the field
newValue - the proposed new value of the field
Since:
JDO 1.0