Package javax.jdo.spi

Interface JDOImplHelper.StateInterrogationObjectReturn

Enclosing class:
JDOImplHelper

public static interface JDOImplHelper.StateInterrogationObjectReturn
This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable. It is used for the methods that return an Object value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the associated instance.
  • Method Details

    • get

      Return the associated instance.
      Parameters:
      pc - the instance
      si - the method object
      Returns:
      the associated object or null