Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EclipseLink/Development/339381

Aligning with JPA use of Virtual Mappings --Rick.barkhouse.oracle.com 19:56, 7 April 2011 (UTC)

After a discussion with Tom et al. there is a desire from the JPA team to leverage their virtual mapping support.

  • Use existing VirtualAttributeAccessor
  • Class-level annotation / OXM config
  • Use method-access only




Error Handling --Rick.barkhouse.oracle.com 18:32, 31 March 2011 (UTC)

  • Throw an Exception / log a Warning / fire an Event if we try to marshal an extension that was never specified?




Current Prototype --Rick.barkhouse.oracle.com 15:30, 27 April 2011 (UTC)

Working:

  • Direct mapping
  • Composite Object mapping
  • Composite Collection mapping
  • XML Join Nodes
  • IDREF mapping
  • xml-list
  • Any Element mapping
  • Null Policy
  • Inverse Reference Mapping

Not Working Yet:

Back to the top