Issue Details (XML | Word | Printable)

Key: JDO-76
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Craig Russell
Reporter: Craig Russell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Method getKeyAsObject() is missing from SingleFieldIdentity

Created: 30/Jun/05 08:43 AM   Updated: 07/Dec/05 09:47 AM
Return to search
Component/s: api2
Affects Version/s: JDO 2 beta
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Environment: n/a

Resolution Date: 08/Jul/05 10:19 AM


 Description  « Hide
The method getKeyAsObject was added to the spec and not implemented yet.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell added a comment - 08/Jul/05 10:19 AM
Committed revision 209692.

Also added ObjectIdentity class for non-wrapper identity fields.

Also added JDONullIdentityException for attempts to create a single field identity instance from a null parameter. This can happen when creating an identity instance where the identity field in the transient instance is null.