Uses of Enum
javax.jdo.ObjectState
Packages that use ObjectState
-
Uses of ObjectState in javax.jdo
Subclasses with type arguments of type ObjectState in javax.jdoModifier and TypeClassDescriptionenumThis class defines the object states for JDO instances.Methods in javax.jdo that return ObjectStateModifier and TypeMethodDescriptionstatic ObjectStateJDOHelper.getObjectState(Object pc) Accessor for the state of the passed object.static ObjectStateReturns 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.