|
||||||||||
| 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 | |
|---|---|
Object |
attach(Object pc)
Return an attached version of the given instance. |
Object[] |
attachAll(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 Object attach(Object pc)
public Object[] attachAll(Collection instances)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||