views:

808

answers:

1

Can someone tell me how to configure hibernate (Annotations) with Eclipse?

A: 

To use hibernate annotations in Eclipse I just add a reference to the required jar (hibernate-annotations.jar).

You will also need the hibernate jar and the ejb3 jar (ejb3-persistence.jar)

jassuncao