Dali feature backlog

From Eclipsepedia

Jump to: navigation, search

Feature enhancement backlog:

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