Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
static ObjectState |
JDOHelper.getObjectState(java.lang.Object pc)
Accessor for the state of the passed object.
|
static ObjectState |
ObjectState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectState[] |
ObjectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set |
PersistenceManager.getManagedObjects(java.util.EnumSet<ObjectState> states)
Get the objects managed by this persistence manager having the
specified object states.
|
java.util.Set |
PersistenceManager.getManagedObjects(java.util.EnumSet<ObjectState> states,
java.lang.Class... classes)
Get the objects managed by this persistence manager having the
specified object states and being instances of the specified classes.
|