|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.kernel.AttachManager
public class AttachManager
Handles attaching instances.
Constructor Summary | |
---|---|
AttachManager(BrokerImpl broker,
boolean copyNew,
OpCallbacks call)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
attach(java.lang.Object pc)
Return an attached version of the given instance. |
java.lang.Object[] |
attachAll(java.util.Collection instances)
Return attached versions of the given instances. |
OpCallbacks |
getBehavior()
Return the behavior supplied on construction. |
boolean |
getCopyNew()
Return whether to copy new instances being persisted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachManager(BrokerImpl broker, boolean copyNew, OpCallbacks call)
Method Detail |
---|
public OpCallbacks getBehavior()
public boolean getCopyNew()
public java.lang.Object attach(java.lang.Object pc)
public java.lang.Object[] attachAll(java.util.Collection instances)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |