|
Generating a schema script with Persistence.generateSchema() does not include semicolons.
Unlike with org.hibernate.tool.hbm2ddl.SchemaExport, there doesn't seem to be a configuration option to include semicolons when generating the database schema to a script with the JPA API.
A minimal test-case is available on github: https://github.com/bedag/hibernate-schema-generation
|