Derived identities: Derived entities using @IdClass and mapping a @XToOne are not supported
Description
causes
depends on
follows up on
Activity
Steve Ebersole March 21, 2011 at 7:09 PM
Emmanuel Bernard February 6, 2010 at 1:39 AM
I think this beast is officially dead. Champaaaaaagne!
Emmanuel Bernard February 5, 2010 at 10:25 AM
I need to continue mapping all the other spec examples and see if they work now that the hard wiring is done
Steve Ebersole February 4, 2010 at 10:07 PM
starting work on
Emmanuel Bernard February 4, 2010 at 7:59 PM
I've done a good chunk of the work but the tuplizer changes are getting messy. Hence the hand over to Steve.
Basically check AbstractEntityTuplizer#setIdentity(Object, Serializable) so see where I expect the change to be made.
Also I've applied a similar logic to AbstractEntityTuplizer#getIdentifier(Object entity)
I am not super Happy about the mess I've done in ForeignGenerator and EntityType (check for "_identifierMapper ), but it's somewhat related (at least for ForeignGenerator).
EntityType equals and hashCode have changed as EntityKey's constructor required it to work.
Bulk closing stale resolved issues