Community
Participate
Working Groups
Build Identifier: I20110519-1138 Based on the spec. and EclipseLink wiki, the Embeddable annotation/element is used to specify a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity and each of the persistent properties or fields of the embedded object is mapped to the database table for the entity; therefore, an embeddable should not have its own identity meaning id mapping should not be used for an embeddable. Currently, there's no error reported if defining id mapping for embeddables with EclipseLink platform. Reproducible: Always
To clarify, this validation exists for Generic platform but isn't appearing for the EclipseLink platform.
Moving JPA specific bugs to new JPA component in bugzilla.
tests run and patch committed to the master branch