Other features: SQL/Hibernate wizards¶
When the Hibernate Designer and SQL Designer modules are deployed in the same
database, five new wizards covering the services provided by both modules are
available.

The five new wizards providing the services linked to the Hibernate Designer and SQL Designer modules
- Generator: SQL Script from Data Model: Command used to produce an SQL script directly from a data model.
- Reverse: SQL Script to Data Model: Command used to produce a data model directly from an SQL script.
- Generator: Java Data Model and Hibernate Mapping Files from SQL Script: Command used to produce Java data model files and Hibernate mapping files directly from an SQL script.
- Generator: Java Data Model, Hibernate Mapping Files and SQL Script from Table Model: Command used to produce Java data model files, Hibernate mapping files and an SQL script directly from a table model.
- Generator: Java Data Model, Hibernate Mapping Files and SQL Script from Data Model: Command used to produce Java data model files, Hibernate mapping files and an SQL script directly from a data model.