StateInterrogationBooleanReturn
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 a boolean value.
- Since:
- JDO 1.0
Public Methods
Boolean is(Object pc, StateInterrogation si)
- Parameters:
pc
- the instancesi
- the method object
- Return:
- the state of the instance or null
- Since:
- JDO 1.0