Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 249037: JPA 2.0 persisting list item index

Checked into trunk:
 
JPA - added CorrectionType annotation and processing

Tests:
InheritedModelJunitTest.testBreakOrder_CorrectionType_EXCEPTION;
InheritedModelJunitTest.testBreakOrder_CorrectionType_READ_WRITE

Tried to change the name of ORDER_COLUMN in inheriting class
(NoviceBeerConsumer) using @AssociationOverride, but it didn't work: the
orderListField set in the mapping in NBC remained the same as in
MappedSuperclass. For now using the same order column name for both NBC and
EBC.
Code review bu Guy is pending.
Thanks,
 
Andrei
 

Back to the top