Reputation: 33
I am trying to create an entity class from the database table.
However, when I click 'Next' it goes to the screen where I suppose to select a schema, but selection combo-box is dimmed, so selection is unavailable.
Your help will be greatly appreciated.
Upvotes: 1
Views: 2290
Reputation: 6704
You can do it directly with a database connection. In the first combobox you can create a connection and see the tables directly.
The other way is to define a database schema at first. Then you can see that in the secon combobox (New File --> Other --> Persistence --> Database Schema)
Upvotes: 1