| Summary: | JPA: Extend Metamodel test model to include a BasicType superType | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Michael OBrien <michael.f.obrien> |
| Component: | Eclipselink | Assignee: | Project Inbox <eclipselink.orm-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | eclipselink.orm-inbox, martin.grebac, michael.f.obrien |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| URL: | http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/metamodel_api#Mapped_Superclass_Test_Model | ||
| Whiteboard: | |||
| Bug Depends on: | 266912, 302606, 315287 | ||
| Bug Blocks: | 454799 | ||
|
Description
Michael OBrien
>We already have in the JPA test suite Position (concrete non-entity, non-embeddable, non-mappedSuperclass) +--GalacticPosition (@Entity using @Inheritance(strategy=JOINED) and @Access(AccessType.FIELD) Which resolves to BasicType(Position) <-- EntityType(GalacticPosition) >However we need a set of extensive validation test functions >we already have part of this - deferring the rest of the work above
Deferring to Future, as part of 2.2 bug scrub. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |