providedByteField(pc, field, currentValue) - JDO StateManager's method
Method
javax.jdo.spi.StateManager
void providedByteField(
PersistenceCapable pc,
int field,
byte currentValue
)
The value of the field requested to be provided to the
StateManager
.
- Parameters:
-
pc
- the callingPersistenceCapable
instance -
field
- the field number -
currentValue
- the current value of the field
- Since:
- JDO 1.0