I use the same environment (except for the Hibernate version).
When you go to the Services tab in the Databases section, does your JDBC connection with Postgres appear? If so, can you successfully connect to it, do the query?
In the "New Hibernate Mapping Files and POJOS from Database" dialog box, I assume that you also set the code generation options for the domain code.
And .. does your hibernate.reveng.xml file have entries for the elements? These cards are 1: 1 for tables in your database.
source share