>
10. Export DDL file based on defined Persistent Entities
Workshop can generate SQL DDL file based on the entity relationships outlined in the Hibernate Entities Editor.
- In Hibernate Entities Editor click on the Generate DDL File button.

- In Generate DDL File dialog specify the output file to contain the SQL statements for the current mapping information and configuration properties.

- Click OK
- Go to the Package Explorer and open the db.script file being created under the web folder.
- Observe the DDL statements created based on the Hibernate Persistence Entities defined in the project.
- Close the db.script file.
Click one of the following arrows to navigate through the tutorial: