| Summary: | [EclipseLink] Dynamic persistence - fix invalid validation in the orm.xml | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Karen Butzke <karenfbutzke> |
| Component: | JPA | Assignee: | Karen Butzke <karenfbutzke> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | Keywords: | api, plan |
| Version: | 3.1 | ||
| Target Milestone: | 3.2 M6 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | EclipseLink | ||
| Bug Depends on: | |||
| Bug Blocks: | 309475 | ||
|
Description
Karen Butzke
provisional API changes: o.e.jpt.jpa.core.context.orm: OrmPersistentAttribute.convertToVirtual() renamed removeFromXml() OrmReadOnlyPersistentAttribute.convertToSpecified() renamed addToXml() OrmReadOnlyPersistentAttribute.convertToSpecified(String) renamed addToXml(String) OrmPersistentType.getVirtualAttributes() renamed getDefaultAttributes() OrmPersistentType.VIRTUAL_ATTRIBUTES renamed DEFAULT_ATTRIBUTES OrmPersistentType.getVirtualAttributesSize() renamed getDefaultAttributesSize() OrmPersistentType.convertAttributeToVirtual(OrmPersistentAttribute) renamed removeAttributeFromXml(OrmPersistentAttribute) OrmPersistentType.convertAttributeToSpecified(OrmReadOnlyPersistentAttribute) renamed addAttributeToXml(OrmReadOnlyPersistentAttribute) OrmPersistentType.convertAttributeToSpecified(OrmReadOnlyPersistentAttribute, String) renamed addAttributeToXml(OrmReadOnlyPersistentAttribute, String) OrmPersistentType.addSpecifiedAttribute(String mappingKey, String attributeName) - removed this API, it was only being used by tests, and it was incorrectly creating orm.xml attributes without an underlying java attribute. This functionality will now be supported via EclipseLink dynamic persistence support. |