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

Dali feature backlog

Revision as of 16:16, 9 July 2007 by Neil.hauge.oracle.com (Talk | contribs) (Feature enhancement backlog:)

Feature enhancement backlog:

  • Integrate better with Platform/JDT/WTP/DTP
    • Migrate from RDB to DTP Checkmark.gif
    • Implement Facets Checkmark.gif
    • Use tabbed properties pane (Decided against this)
    • Rename packages (org.eclipse.wst.jpa.*?) Checkmark.gif
    • Move problems from Build to Validators Checkmark.gif
    • Use APT for annotation validation
    • Participate in Java refactoring
  • Support editing orm.xml Checkmark.gif
  • Support persistence.xml
  • Develop extension points
  • Complete our annotation based support Checkmark.gif
    • Support fully-qualified annotations Checkmark.gif
    • Support Class-level SequenceGenerator and TableGenerator
    • Add ManyToMany problems
    • Enhance "New Entity Wizard" (Removed this wizard)
    • Add 'nullable' and 'length' to Column annotation ('precision'? 'scale'?)
    • Finish Inheritance
    • Finish SecondaryTable
    • Finish JoinColumn
    • Support fully-qualified table names
      • Default schema Checkmark.gif
      • Multiple schemas per project Checkmark.gif
      • Explicit 'schema' and 'catalog' elements (Table, TableGenerator, JoinTable, and SecondaryTable)
      • Dotted names (Column, JoinColumn)
    • Support public fields
  • Determine future of "DDL Generation" - DDL Gen support will be provided by the runtime. We will integrate with this functionality from the UI. - NJH Checkmark.gif
  • Enhance "Entity Generation"
    • Add tests
    • Improve relationship management code (add/remove/set)
    • Improve Wizard - add settings configuration
  • Support IdClass
  • Support AssociationOverrides Checkmark.gif
  • Support Queries
  • Support Callbacks
  • Support Lob Checkmark.gif
  • Support Enumerated Checkmark.gif
  • Support MapKey Checkmark.gif
  • Toggles
    • Make a default specific or vice versa
    • Move all annoations for an entity or entities to orm.xml or vice versa

Back to the top