DetachState (OpenJPA 0.9.7-incubating API) function windowTitle() { parent.document.title="DetachState (OpenJPA 0.9.7-incubating API)"; } Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org.apache.openjpa.kernel Interface DetachState All Known Subinterfaces: Broker, OpenJPAEntityManager All Known Implementing Classes: BrokerImpl, DelegatingBroker, DetachManager, DetachOptions, DetachOptions.All, DetachOptions.FetchGroups, DetachOptions.Loaded, EntityManagerImpl, FinalizingBrokerImpl public interface DetachState Constants for which fields to include in the detach graph. Since: 0.4.0 Author: Abe White Field Summary static int DETACH_ALL           Mode to detach all fields. static int DETACH_FGS           Mode to detach all fields in the current fetch groups. static int DETACH_LOADED           Mode to detach all currently-loaded fields.   Field Detail DETACH_FGS static final int DETACH_FGS Mode to detach all fields in the current fetch groups. See Also:Constant Field Values DETACH_LOADED static final int DETACH_LOADED Mode to detach all currently-loaded fields. See Also:Constant Field Values DETACH_ALL static final int DETACH_ALL Mode to detach all fields. See Also:Constant Field Values Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.