This is a continuation of a question I posed earlier.
Currently when I get all tables managed by the SessionFactory using the technique in the solution to my previous post, it (as expected) does not include any join tables. Is there an easy way to retrieve all join tables known to the SessionFactory or would I have to go through all Entity classes and reflectively find all @JoinTable annotations?
Here is howto