
|
If you were logged in you would be able to see more operations.
|
|
|
db4o Core
Created: 11/Jun/07 04:44 AM
Updated: 17/Jun/07 01:47 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Time Tracking:
|
|
Original Estimate:
|
Not Specified
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
9h
|
|
|
|
| Resolution Date: |
13/Jun/07 02:14 PM
|
| Labels: |
|
| Participants: |
Andrew Zhang
|
| Number of Attachments: |
0
|
| Number of Comments: |
2
|
|
This method is intended for replication and for long-term external references to objects. To get a Db4oUUID for an object use getObjectInfo(Object) and ObjectInfo.getUUID().
Objects will *NOT* be activated by this method. They will be returned in the activation state they are currently in, in the local cache.
So it needs explicit activation by the user code, db.activate(obj, depth);
btw, Transparent Activation is on the way (http://tracker.db4o.com/browse/COR-111)