ObjectDB ObjectDB

getManagedObjects(states, classes) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Set getManagedObjects(
  EnumSet<ObjectState> states,
  Class... classes
)

Get the objects managed by this persistence manager having the specified object states and being instances of the specified classes.
Parameters:
states - The states of objects that we are interested in
classes - The classes of objects that we are interested in
Returns:
the objects
Since:
JDO 2.1