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 3.1 M2"

Line 25: Line 25:
 
| ...
 
| ...
 
| ...
 
| ...
|  
+
| Add to entities from tables and join two of the tables as a one-to-one
|
+
| Entities are added successfully
 +
|-
 +
| ...
 +
| ...
 +
| Go to the One-to-one mapping field in the jpa details pane and click on the Primary Join Key Columns within the Joining Strategy section.
 +
| Verify the editor for the entity adds the following annotation for the field @PrimaryKeyJoinColumn
 +
|-
 +
| ...
 +
| ...
 +
| Now select Mapped by in the jpa deails pane under the Joining Strategy section
 +
| Verify no errors appear and the editor for the entity now shows @OneToOne(mappedBy = "")

Revision as of 08:19, 27 September 2011

Dali 3.1

Dali 3.1 M2 Manual Testing

Manual Testing for 3.1 M2 Release
Bug No. Description Test Steps Test Step Results
303527 [JPA2.0] MapKeyJoinColumn/MapKeyJoinColumns model support ... ...
348102 [Validation] @XmlElements validation and content assist ... ...
357941 ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoinColumn strategy to mappedBy Create JPA 2.0 Project Project is created successfully
... ... Add to entities from tables and join two of the tables as a one-to-one Entities are added successfully
... ... Go to the One-to-one mapping field in the jpa details pane and click on the Primary Join Key Columns within the Joining Strategy section. Verify the editor for the entity adds the following annotation for the field @PrimaryKeyJoinColumn
... ... Now select Mapped by in the jpa deails pane under the Joining Strategy section Verify no errors appear and the editor for the entity now shows @OneToOne(mappedBy = "")

Back to the top