org.apache.openjpa.kernel
Class DetachManagerLite
java.lang.Object
  
org.apache.openjpa.kernel.DetachManagerLite
public class DetachManagerLite
- extends Object
 
Handles detaching instances.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DetachManagerLite
public DetachManagerLite(OpenJPAConfiguration conf)
detachAll
public void detachAll(Collection<StateManagerImpl> states)
- This method will detach all provided StateManagers in place.
- Parameters:
 states - The StateManagers to be detached.
 
 
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.