Uses of Class
javax.jdo.ObjectState

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(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.
 

Method parameters in javax.jdo with type arguments of type ObjectState
 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.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.