Hibernate Debugger
---- Author attilax, 1466519819@qq.com ---
Hibernate tool. It is also called the hibernate console ..
It is already included in JBoss tools...
Latest Version
JBoss tools (JUNO) 4.0.0.final is suitable for eclipse 4.2 (JUNO...
Open eclipse first, and drag the address to eclipse to install it online. The size of eclipse increases by about MB ..
First configure a cfg file, select an existing CFG, and then create hql, and then you can execute it.
In dynamic SQL preview, you can see the actual generated SQL ..
If the modification in the SQL statement does not take effect, you need to check the HBM and other configuration files in the compiling bin directory. If the modification does not take effect, you can re-compile it,
..
If the compilation fails, you can check the build path, whether to find the relevant class, and add the relevant jar ..