I'm using hibernate tools under Eclipse Indigo. The Hibernate Console has Annotations option selected and hibernate version is 4.0.
The hibernate tools wizard generates annotations only when I choose Generate EJB3 Annotations option. This introduces a dependency on EJB, and I don't want it.
How do I convince Hibernate tools to generate POJOs (via reverse engineering) that uses plain (non jpa) hibernate annotations?