org.apache.openjpa.conf
Class DetachOptions.Loaded

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

public static class DetachOptions.Loaded
extends DetachOptions

Detach loaded state.


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

public DetachOptions.Loaded()
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.