public class ProjectInitializerLauncher extends Object
ProjectMetaData| Constructor and Description |
|---|
ProjectInitializerLauncher() |
public static void main(String[] args)
args - 0->the workspace folder where to put the "data-model" folderargs - 1->the domain name of your project (org.foo for example)args - 2->your project name(myproject for example)args - 3->the skeleton type of your project @{link SkeletonType}args - 4->the database engine to be used @{link DatabaseEngine}args - 5->a boolean string representation (True/False) to indicate whereas you want to activate hibernate auditing functionnality or not (envers)args - 6->your database name (MYDATABASE for example)args - 7->your database hostnameargs - 8->your database portargs - 9->your database connection usernameargs - 10->your database connection passwordCopyright © 2024. All rights reserved.