1

I am planning to use JPA Entities to create my data model. As part of the design , we have been asked to document the data model and keep them updated. I was asked to used plantUml to create the Database model, but I would like to see how to get started on converting the JPA Entity--> plantuml macro code --> Data model. Seeking out help to see how I can tackle this request

  • Is it something like that? https://stackoverflow.com/questions/10187048/tool-to-generate-a-erd-entity-relation-diagram-based-on-jpa-annotations – Emil Hotkowski Apr 26 '18 at 07:08
  • @Rjiuk This helps, I was looking for more of java class into plant uml macro, but JPA to ER diagram also helps – avenugopalan Apr 26 '18 at 14:30

1 Answers1

2

You can build your model Structurizr and then export them to PlantUML.

https://github.com/structurizr/java-extensions/blob/master/docs/plantuml.md

Archimedes Trajano
  • 35,625
  • 19
  • 175
  • 265
dskarataev
  • 441
  • 1
  • 4
  • 8