Uses of Enum
javax.jdo.ObjectState
Packages that use ObjectState
-
Uses of ObjectState in javax.jdo
Methods in javax.jdo that return ObjectStateModifier and TypeMethodDescriptionstatic ObjectState
JDOHelper.getObjectState
(Object pc) Accessor for the state of the passed object.static ObjectState
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 ObjectStateModifier and TypeMethodDescriptionPersistenceManager.getManagedObjects
(EnumSet<ObjectState> states) Get the objects managed by this persistence manager having the specified object states.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.