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/Indigo/DaliQuickFixes"

< Dali‎ | Indigo
(New page: =Quick Fixes= ==Types== *Add class to persistence.xml *)
 
Line 1: Line 1:
 
=Quick Fixes=
 
=Quick Fixes=
  
 +
 +
 +
==Project==
 +
*Create or specify connection
  
  
 
==Types==
 
==Types==
*Add class to persistence.xml
+
*Add class to persistence.xml - applies to java
*
+
*Create new Entity (Use New Entity wizard) for targetEntity references which cannot be resolved - apply to both java and orm.xml
 +
*Insert @Table for unresolved default table on an Entity
 +
 
 +
==Attributes==
 +
*Create the corresponding relationship attribute and mapping (mappedBy that does not resolve)
 +
*Create the corresponding relationship mapping (mappedBy has invalid mapping type for this relationship)
 +
*Insert @Column for unresolved default column a basic mapping
 +
 
 +
 
 +
 
 +
=Quick Assists=
 +
*Add a java class/entity to an orm.xml file - possibly create an orm.xml file

Revision as of 14:05, 14 June 2010

Quick Fixes

Project

  • Create or specify connection


Types

  • Add class to persistence.xml - applies to java
  • Create new Entity (Use New Entity wizard) for targetEntity references which cannot be resolved - apply to both java and orm.xml
  • Insert @Table for unresolved default table on an Entity

Attributes

  • Create the corresponding relationship attribute and mapping (mappedBy that does not resolve)
  • Create the corresponding relationship mapping (mappedBy has invalid mapping type for this relationship)
  • Insert @Column for unresolved default column a basic mapping


Quick Assists

  • Add a java class/entity to an orm.xml file - possibly create an orm.xml file

Back to the top