org.apache.openjpa.kernel
public class DetachManagerLite extends java.lang.Object
Constructor and Description |
---|
DetachManagerLite() |
Modifier and Type | Method and Description |
---|---|
void |
detachAll(java.util.Collection<StateManagerImpl> states)
This method will detach all provided StateManagers in place.
|
public void detachAll(java.util.Collection<StateManagerImpl> states)
states
- The StateManagers to be detached.