Uses of Class
org.apache.openjpa.conf.DetachOptions

Packages that use DetachOptions
org.apache.openjpa.conf OpenJPA Configuration 
 

Uses of DetachOptions in org.apache.openjpa.conf
 

Subclasses of DetachOptions in org.apache.openjpa.conf
static class DetachOptions.All
          Public to allow reflection.
static class DetachOptions.FetchGroups
          Public to allow reflection.
static class DetachOptions.Loaded
          Detach loaded state.
 

Methods in org.apache.openjpa.conf that return DetachOptions
 DetachOptions OpenJPAConfiguration.getDetachStateInstance()
          Return the instance specified by the detach state plugin.
 DetachOptions OpenJPAConfigurationImpl.getDetachStateInstance()
           
 

Methods in org.apache.openjpa.conf with parameters of type DetachOptions
 void OpenJPAConfiguration.setDetachState(DetachOptions detachState)
          Return the instance specified by the detach state plugin.
 void OpenJPAConfigurationImpl.setDetachState(DetachOptions detachState)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.