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)
Asked
Active
Viewed 114 times
2 Answers
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