Creating entity class using database existing table?

后端 未结 6 1421
失恋的感觉
失恋的感觉 2020-12-13 06:51

I am having tables created by a DBA. And I want to have entity classes for each table for further querying. Can any one suggest how to automatically create the entity classe

6条回答
  •  一生所求
    2020-12-13 07:51

    You could have a look at Spring Roo. It has database reverse engineering. There exists an eclipse integration, so that you can do that from within eclipse.

提交回复
热议问题