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 Detail

      • get

        Object get​(Object pc,
                   StateInterrogation si)
        Return the associated instance.
        Parameters:
        pc - the instance
        si - the method object
        Returns:
        the associated object or null