I use hibernate hbm2ddl to generate db schema script from entity classes. it works well but each line ends without a semicolon, which makes me have to manually add them. Is there any way to save me from this stupid job?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
using SchemaExport directly it is simple:
|
|||
|
|