Goal | Description |
hibernate:schema-export |
Creates SQL DDL file and generates the database schema from set of *.hbm.xml files
|
hibernate:schema-update |
Updates the database schema based on the set of *.hbm.xml files
|
hibernate:aggregate-mappings |
Aggregates multiple hibernate mappings into one
|
hibernate:code-generation |
Generates Java classes from set of *.hbm.xml files
|