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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -