1

There are many tools that trace dependency between java classes like Lattix, But, Are there tools that trace from a database table to java classes ?(Ideally, create CRUD table automatically)

kouhei.toki
  • 83
  • 1
  • 6

2 Answers2

0

I think Hibernate does that for you. Have a look here

Abdul Kader
  • 5,781
  • 4
  • 22
  • 40
0

You should turn the log at the TRACE level on hibernate classes and set show sql property what is actually Hibernate doing. This apply to every persistence framework you use.

ssedano
  • 8,322
  • 9
  • 60
  • 98