org.apache.openjpa.kernel
Class DetachManagerLite

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

public class DetachManagerLite
extends Object


Constructor Summary
DetachManagerLite()
           
 
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()
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-2010 Apache Software Foundation. All Rights Reserved.