I'm using Intellij 9 and Hibernate. Everything works fine, however Intellij does not detect table names in *.hbm.xml files. I've setup hibernate facet and everything else is recognized by intellij (links between hbm.xml files and corresponding classes are working). Just the table name and column name is not get resolved by Intellij. What did I miss in setting up the intellij? Do I need to somehow bind the intellij to the MySql which I'm using?