JDO Method
in javax.jdo.spi.StateManager

boolean isLoaded(
  PersistenceCapable pc, 
  int field
)


Return true if the field is cached in the calling instance.
Parameters:
pc - the calling PersistenceCapable instance
field - the field number
Return:
whether the field is cached in the calling instance
Since:
JDO 1.0