Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Hibernate 3.x plugin

  Asked By: Donna    Date: Jan 01    Category: Java    Views: 711
  

Is there any hibernate 3.x idea or ecilpse/intellij idea hibernate 3.x
plugin?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Shannon Hughes     Answered On: Jan 01

If you are using hibernate  3 annotations in your project you don't need any extra plugin  just use the EJB3 features witch are available in most of IDEs like Intellij Idea, Netbeans, JDeveloper, ...

For example in the Intellij idea  you just need to create your hibernate mapping class with the "Generate Persistence Mapping" feature in the Idea and it will generate all the accessors and annotations for you depending on the defined datasource and database table.
But if you are not using hibernate annotations in your project, you can use other plugins like "Hibernate Tools for eclipse".

 
Answer #2    Answered By: Clinton Edwards     Answered On: Jan 01

you can find plenty ecilpse plugins for Hibernate.

1-hibernate tools from www.hibernate.org (free).
2-myeclipse ide has a hibernate  tool for it self www.myeclipseide.com
(commercial free trial)

there is a free tool called Hibernate Tools Suite or HTS in
https://hts.dev.java.net/ good for hql test.

intellij idea  has a free downloadable plugin  , i tried lots but no
good luck.

 
Didn't find what you were looking for? Find more on Hibernate 3.x plugin Or get search suggestion and latest updates.




Tagged: