Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 New And Noteworthy"

 
(1.0M5)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==M1 Iteration 1: New and Noteworth==
+
[[Dali New And Noteworthy 0.5]]
*Basic support for ManyToMany mapping - does not support multiple JoinColumns
+
 
*Support for SequenceGenerator and TableGenerator
+
==1.0M5==
*Support for Version annotation
+
*Project Configuration
*Support for AttributeOverrides in Entities and Embeddeds
+
**Database Connection
*Utilization of Generics information in mapping info
+
**Platform Selection
*Ability to specify any DB Schema to map to from your chosen connection
+
**persistence.xml generation
*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)
+
**Optional orm.xml generation
**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.
+
*Entity Generation
*String based OrderBy support
+
**Right-click on a JPA project
 +
*Support for basic JPA annotation configuration added
 +
*Support for basic Descriptor XML configuration added

Latest revision as of 11:43, 23 February 2007

Dali New And Noteworthy 0.5

1.0M5

  • Project Configuration
    • Database Connection
    • Platform Selection
    • persistence.xml generation
    • Optional orm.xml generation
  • Entity Generation
    • Right-click on a JPA project
  • Support for basic JPA annotation configuration added
  • Support for basic Descriptor XML configuration added

Back to the top