Hibernate Reverse Engineering Wizard - Available Tables Empty - Issue
I'm trying to integrate Hibernate into my Netbeans project to connect to Microsoft SQL Server. I've run the Hibernate Configuration file wizard (and set up a new database connectio
Solution 1:
It turns out I selected the wrong default schema. I selected db_owner and it should have been dbo. When I checked the connection under the services tab and expanded the default schema, it showed no tables. Apparently the SQL executor uses other schemas besides the default to find results.
Post a Comment for "Hibernate Reverse Engineering Wizard - Available Tables Empty - Issue"