ObjectDB ObjectDB

javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn - JDO interface

javax.jdo.spi
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.
Since:
JDO 1.0
Object get(Object pc, StateInterrogation si)
Return the associated instance.
Return the associated instance.
Parameters:
pc - the instance
si - the method object
Returns:
the associated object or null
Since:
JDO 1.0