dycho
dycho

Reputation: 1

How to Automatically Sync ERD Changes with JPA Code?

I am a student studying backend development! In the backend design process, I am looking for a way to automatically apply changes made in the ERD to the JPA-based source code. I realized that during a previous project, mistakes could occur in the manual conversion of ERD to JPA code. Are there any methods or tools available for this?

I tried to use JPA Buddy, but it only supports converting from the actual database schema to entities, not from ERD.

Upvotes: 0

Views: 17

Answers (0)

Related Questions