To have DevTest generate a DDL for a file, add the following lines to the local.properties file:
eclipselink.ddl-generation=create-tables eclipselink.ddl-generation.output-mode=sql-script eclipselink.target-database=Oracle
Starting DevTest with these properties creates the following files that contain the necessary DDL:
You can generate DDLs for a different DBMS by changing the target-database value. For more information, see:
Copyright © 2014 CA Technologies.
All rights reserved.
|
|