Monday, 2 September 2013

IntelliJ add persistance support

IntelliJ add persistance support

I want to add hibernate support to my project using IntelliJ IDE, like
described in this page;
http://www.jetbrains.com/idea/webhelp/enabling-hibernate-support.html
But I cant see the "Hibernate" from the list of facets available for this
module, I added hibernate core to my POM file but didnt help.
Any Ideas how can I add add this facet to my module?
Note: the reason I need it because I want it to automatically create
entity classes from my data source

No comments:

Post a Comment