|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectState | |
---|---|
javax.jdo | This package contains the JDO specification interfaces and classes. |
Uses of ObjectState in javax.jdo |
---|
Methods in javax.jdo that return ObjectState | |
---|---|
static ObjectState |
JDOHelper.getObjectState(Object pc)
Accessor for the state of the passed object. |
static ObjectState |
ObjectState.valueOf(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. |
Method parameters in javax.jdo with type arguments of type ObjectState | |
---|---|
Set |
PersistenceManager.getManagedObjects(EnumSet<ObjectState> states)
Get the objects managed by this persistence manager having the specified object states. |
Set |
PersistenceManager.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |