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 "MoDisco/Components/QueryManager/New And Noteworthy"

(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{MoDiscoTabs|QueryManager|0|1}}
 
{{MoDiscoTabs|QueryManager|0|1}}
  
== 0.8M4 ==
+
== 0.8M6 ==
 +
 
 +
* An action to open the query set creation wizard from the "Query Execution" view
 +
* A wizard to create a Java model query:
 +
** the query is created in the chosen query set
 +
** the metamodels are automatically added to the query set and the plug-in dependencies
 +
** the corresponding Java class stub is created and opened in an editor, with the correct imports and generic parameters instantiation
 +
 
 +
[[Image:MoDisco_createModelQueryWizard.png]]
 +
 
 +
[[Image:MoDisco_javaCodeAfterCreateJavaQueryWizard.png]]
  
Initial publication
 
  
 
== 0.8M5 ==
 
== 0.8M5 ==
Line 10: Line 19:
  
 
[[Image:MoDisco_CreateJavaQueryImplementationClass.png]]
 
[[Image:MoDisco_CreateJavaQueryImplementationClass.png]]
 +
 +
== 0.8M4 ==
 +
 +
Initial publication

Revision as of 07:51, 16 March 2010

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

0.8M6

  • An action to open the query set creation wizard from the "Query Execution" view
  • A wizard to create a Java model query:
    • the query is created in the chosen query set
    • the metamodels are automatically added to the query set and the plug-in dependencies
    • the corresponding Java class stub is created and opened in an editor, with the correct imports and generic parameters instantiation

MoDisco createModelQueryWizard.png

MoDisco javaCodeAfterCreateJavaQueryWizard.png


0.8M5

A pop-up menu action helping to create a Java model query implementation class is now available. To use it right-click on a JavaModelQuery and use Create Java Query Implementation Class.

MoDisco CreateJavaQueryImplementationClass.png

0.8M4

Initial publication

Back to the top