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 |
java.lang.Object |
get(java.lang.Object pc,
StateInterrogation si)
Return the associated instance. |
get
java.lang.Object get(java.lang.Object pc,
StateInterrogation si)
- Return the associated instance.
- Parameters:
pc
- the instancesi
- the method object
- Returns:
- the associated object or null
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.