mirror of https://github.com/apache/openjpa.git
OpenJPA-1610: Updated documentation for new method name detachCopy.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@930378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6104b82b9
commit
9d23591ba8
|
@ -97,7 +97,7 @@ The extended
|
|||
explicitly detach objects at any time.
|
||||
</para>
|
||||
<programlisting>
|
||||
public Object detach(Object pc):
|
||||
public Object detachCopy(Object pc):
|
||||
public Object[] detachAll(Object... pcs):
|
||||
public Collection detachAll(Collection pcs):
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in New Issue