Hi ObjectDB,
Is there a way to extract the schema from an existing Database? i.e. without using my class files
Thanks
EKK
Hi ObjectDB,
Is there a way to extract the schema from an existing Database? i.e. without using my class files
Thanks
EKK
The schema is available for viewing in the Explorer.
You may use the JPA Metamodel API to extract it using your own code.