Reegz's place of Zen and peace
Posts tagged hibernate
Getting Table Names from Hibernate’s .hbm files
6 years ago
in Random
I ran into a situation recently wherein I needed to go through a bunch of Hibernate config files to find out which tables were currently mapped.
I’d guess that there are tools that could to this – but using a Linux one-liner is always more fun.
Shell
grep -e [...]