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

Difference between revisions of "Dali New And Noteworthy"

(1.0M5)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Pre-milestone functionality==
+
[[Dali New And Noteworthy 0.5]]
*Supported Annotations (configurable through UI)
+
**Basic
+
**Column
+
**Embeddable
+
**Embedded
+
**Entity
+
**GeneratedValue
+
**Id
+
**JoinColumn
+
**ManyToOne
+
**MappedSuperclass
+
**OneToMany
+
**OneToOne
+
**Table
+
**TableGenerator
+
**Transient
+
*Entity Defaults assistance
+
**Ability to see what the default selection is for a given value
+
*Entity Validation
+
**Entity compliance problems(example - No Id defined)
+
**Defaults based problems(example - default column name is not on the table defined by the entity)
+
  
 
+
==1.0M5==
==M1 Iteration 1: New and Noteworthy==
+
*Project Configuration
*Basic support for ManyToMany mapping - does not support multiple JoinColumns
+
**Database Connection
*Support for SequenceGenerator and TableGenerator
+
**Platform Selection
*Support for Version annotation
+
**persistence.xml generation
*Support for AttributeOverrides in Entities and Embeddeds
+
**Optional orm.xml generation
*Utilization of Generics information in mapping info
+
*Entity Generation
*Ability to specify any DB Schema to map to from your chosen connection
+
**Right-click on a JPA project
*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)
+
*Support for basic JPA annotation configuration added
**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.
+
*Support for basic Descriptor XML configuration added
*String based OrderBy support
+
 
+
==M1 (Iteration 2): New and Noteworthy==
+
*Basic support for Entity generation from Tables (Reverse Engineering)
+
**Does not yet support generation of 1-M or M-M associations; this is scheduled for phase 2 in M2
+
*DDL Generation from Entities (Forward Engineering)
+
*Bug fixes and various minor enhancements
+

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