java - How to generate POJO's/beans/Entities in SpringBoot(STS) from SqlServer -


generally generate tables hibernate jpa database, want generate reverse, i.e database entity (from table pojo). can please suggest solution for:

  1. is possible?
  2. is recommended(if have near 1000 table)?
  3. or should go manually creating pojo.

(i using microsoft sqlserver db , spring boot (sts) in end)

thanks in advance!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -