setIntField(pc, field, currentValue, newValue) - JDO StateManager's method
Method javax.jdo.spi.StateManager
void setIntField(
PersistenceCapable pc,
int field,
int currentValue,
int newValue
)
Mark the field as modified by the user.
- Parameters:
-
pc
- the callingPersistenceCapable
instancefield
- the field numbercurrentValue
- the current value of the fieldnewValue
- the proposed new value of the field
- Since:
- JDO 1.0