JDO Method
in javax.jdo.spi.JDOImplHelper

Object nonBinaryCompatibleGet(
  Object pc, 
  JDOImplHelper.StateInterrogationObjectReturn sibr
)


Return an object associated with a non-binary-compatible instance. Delegate to all registered StateInterrogation instances until one of them handles the call (returns a non-null answer). The caller provides the stateless "method object" that does the actual call to the StateInterrogation instance.
Parameters:
pc - the instance whose associated object is needed
sibr - the method object that delegates to the non-binary-compatible implementation
Return:
the associated object or null if the implementation does not manage the class of the instance
Since:
JDO 1.0