org.apache.openjpa.conf
Class DetachOptions.All

java.lang.Object
  extended by org.apache.openjpa.conf.DetachOptions
      extended by org.apache.openjpa.conf.DetachOptions.All
All Implemented Interfaces:
DetachState
Enclosing class:
DetachOptions

public static class DetachOptions.All
extends DetachOptions

Public to allow reflection.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openjpa.conf.DetachOptions
DetachOptions.All, DetachOptions.FetchGroups, DetachOptions.Loaded
 
Field Summary
 
Fields inherited from interface org.apache.openjpa.kernel.DetachState
DETACH_ALL, DETACH_FGS, DETACH_LOADED
 
Constructor Summary
DetachOptions.All()
           
 
Method Summary
 int getDetachState()
          The DetachState constant.
 
Methods inherited from class org.apache.openjpa.conf.DetachOptions
getAccessUnloaded, getDetachedStateField, getDetachedStateManager, isDetachedStateTransient, setAccessUnloaded, setDetachedStateField, setDetachedStateField, setDetachedStateManager, setDetachedStateTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetachOptions.All

public DetachOptions.All()
Method Detail

getDetachState

public int getDetachState()
Description copied from class: DetachOptions
The DetachState constant.

Specified by:
getDetachState in class DetachOptions


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.