简体   繁体   中英

JPA entity classes generator from liquibase config

We are planning to use liquibase as our database scripts automation tool for maintain and applying ddl and dml.

Is there any library which can read the ddl defined in liquibase config and generate jpa entity java class?

Liquibase is version management and database initialization tool.It created entity and relations.If you want classes to be created automatically, you can use JHipster Domain Language. Jhipster

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM