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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -