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 1.0 planning

Links

Feature enhancement backlog:

  • Finish what we started
    • Support fully-qualified annotations
    • Support Class-level SequenceGenerator and TableGenerator
    • Add ManyToMany problems
    • Enhance "New Entity Wizard"
    • Add 'nullable' and 'length' to Column annotation ('precision'? 'scale'?)
    • Finish Inheritance
    • Finish SecondaryTable
    • Finish JoinColumn
    • Support fully-qualified table names
      • Default schema
      • Multiple schemas per project
      • Explicit 'schema' and 'catalog' elements (Table, TableGenerator, JoinTable, and SecondaryTable)
      • Dotted names (Column, JoinColumn)
    • Support public fields
  • Determine future of "DDL Generation"
  • Enhance "Entity Generation"
    • Add tests
    • Improve relationship management code (add/remove/set)
    • Improve Wizard - add settings configuration
  • Support editing persistence.xml
  • Support editing orm.xml
  • Integrate better with Platform/JDT/WTP/DTP
    • Participate in Java refactoring
    • Use tabbed properties pane
    • Implement Facets
    • Use APT for annotation validation
    • Migrate from RDB to DTP
    • Rename packages (org.eclipse.wst.jpa.*?)
    • Move problems from Build to Validators
  • Support IdClass
  • Support AssociationOverrides
  • Support Queries
  • Support Callbacks
  • Support Lob
  • Support Enumerated
  • Support MapKey
  • Add extension points
    • Implement RI-specific extensions
  • 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