Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fixed Bug 362913 - Aggregate mappings do not support "isNullAllowed' when aggregate has OneToOneMapping relationships

https://bugs.eclipse.org/bugs/show_bug.cgi?id=362913

AggregateObjectMapping allows null if it has ForeignKey OneToOneMapping.
All CollectionMappings as well as ObjectReferenceMappings (such as OneToOne) that use target foreign key still disallow null (mow the warning is logged when that happens).

Test: DDLGenerationJUnitTestSuite.testEmbeddedOneToOne

Checked the patch into both 2.4 and 2.3.3
Reviewed by Tom.

Thanks,
Andrei


Back to the top