Previous Topic: Install the Database SimulatorNext Topic: EclipseLink Properties for a Session


DDLs for Major Databases

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: