isLoaded(pc, field) - JDO StateManager's method
Method javax.jdo.spi.StateManager
boolean isLoaded(
PersistenceCapable pc,
int field
)
Return
true
if the field is cached in the calling instance. - Parameters:
-
pc
- the callingPersistenceCapable
instancefield
- the field number
- Returns:
- whether the field is cached in the calling instance
- Since:
- JDO 1.0