سؤال

I use jpa framework in java. I was used to create dbase schema first. Then to create reflecting classes in java application. Should I create first entity clases then create dbase schema from these? Which approach is beter?

هل كانت مفيدة؟

المحلول

First know the whole Data model and then create the necessary entity classes accordingly.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top