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

Difference between revisions of "Dali 3.1Planning/Backlog"

(Dali Feature Backlog (Juno))
(Dali Feature Backlog (Juno))
 
Line 29: Line 29:
 
*Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194833 194833]  (3.0?)
 
*Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194833 194833]  (3.0?)
 
*Better support for EAR development
 
*Better support for EAR development
 +
*Support XML files in Jars
  
  

Latest revision as of 17:50, 19 July 2011

Dali Feature Backlog (Juno)

JAXB


EclipseLink JAXB

  • Build core tooling support for EclipseLink JAXB
    • XML Mapping File
    • Extended Mappings


EclipseLink JPA


JPA 2.0


Core functionality

  • Enhance Validation (medium-high priority)
    • Conflicting mapping annotations - Basic and One to One on same attribute; resource model validation
  • Enhance inheritance support (change strategies mid hierarchy) 141528 (eclipselink related - lower priority)
  • Support Callbacks 198985 (Low Priority)
  • Multiple Persistent Unit support (Non-overlapping – classes must be listed in persistence.xml) 194833 (3.0?)
  • Better support for EAR development
  • Support XML files in Jars


Usability/Integration (take further advantage of Eclipse integration)

  • Tabbed Properties integration (not currently possible, but still fighting the good fight)
  • Additional participation in Java Refactoring 136333 (higher priority)
    • Refactor JPQL queries (high)
  • Autosync between project and persistence.xml 141421 (medium priority)
  • JPA Metadata Conversion (annotation -> XML) 138622(high)
  • Quick Fixes
  • JPQL Query Editor
  • Add ability to run JPQL queries
  • JPA orm.xml content assist


Extensibility

  • API
    • Move from provisional to public where possible (high)
  • Entity Generation extensibility 175177 (Help Wanted)

Back to the top