Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JPA Creation - Hibernate not showing in platform

I am trying to create a JPA project with Hibernate as the persistence provider. But when i click on the Platform, it is not showing Hibernate. It shows Generic and EclipseLink under Platform dropdown box. What should I do to get Hibernate under the dropdown box ? Any thoughts on this? Thanks in Advance

like image 451
user2378183 Avatar asked Jun 19 '13 18:06

user2378183


1 Answers

The reason you are not getting Hibernate perspective or option because you have not installed Hibernate JBoss Tools.

You can download them from here

You can also install by clicking "Help" -> "Eclipse Marketplace" and search "Jboss Tools" and install them all.

like image 81
Makky Avatar answered Sep 30 '22 09:09

Makky