ObjectDB ObjectDB

nonBinaryCompatibleGet(pc, sibr) - JDO JDOImplHelper's method

Method
javax.jdo.spi.JDOImplHelper
Object nonBinaryCompatibleGet(
  Object pc,
  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
Returns:
the associated object or null if the implementation does not manage the class of the instance
Since:
JDO 1.0