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 New And Noteworthy

Revision as of 18:56, 17 February 2006 by Nhauge (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

M1 Iteration 1: New and Noteworth

  • Basic support for ManyToMany mapping - does not support multiple JoinColumns
  • Support for SequenceGenerator and TableGenerator
  • Support for Version annotation
  • Support for AttributeOverrides in Entities and Embeddeds
  • Utilization of Generics information in mapping info
  • Ability to specify any DB Schema to map to from your chosen connection
  • Unified on the PFD version of the spec (with exception of a name change for GeneratorType to GenerationType; this will be fixed in an early M1I2 build)
    • Among other things, this accounts for the removal of AccessType from the annotation based definition- AccessType is now determined by where applicable annotations are placed.
  • String based OrderBy support

Back to the top