0

I have a couple of pretty complex Logical Models in Oracle's Data Modeler (each one has a .dmd file and its corresponding folder structure) and I need to create POJOs from those entities.

I could go entity by entity and code the classes by hand but that would take an incredible amount of time.

Is there any easy way to export the entities and their relations to my Java Project?

I tried to export the model to a CSV file but that didn't even work. No file was created. I think it didn't work because it tried to export the Relational Model bit from the structure (which is empty) and not the Logical Model. But since this is the first time I'm seeing Oracle's Data Modeler I couldn't be certain that was it

0 Answers0