org.apache.openjpa.kernel
Class DetachManagerLite

java.lang.Object
  extended by org.apache.openjpa.kernel.DetachManagerLite

public class DetachManagerLite
extends Object

Handles detaching instances.


Constructor Summary
DetachManagerLite(OpenJPAConfiguration conf)
           
 
Method Summary
 void detachAll(Collection<StateManagerImpl> states)
          This method will detach all provided StateManagers in place.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetachManagerLite

public DetachManagerLite(OpenJPAConfiguration conf)
Method Detail

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.