Top "Hibernate-tools" questions

Hibernate Tools is a toolset for Hibernate implemented as an integrated suite of Eclipse plugins, together with a unified Ant task for integration into the build cycle.

How to install Hibernate Tools in Eclipse?

What is the proper way to install Hibernate Tools in Eclipse as a plugin? The Hibernate site doesn't really give …

eclipse hibernate eclipse-plugin hibernate-tools
Hibernate: An AnnotationConfiguration instance is required to use ... error

I build my HibernateUtil this way : public class HibernateUtil { private static final SessionFactory sessionFactory; static { try { // Create the SessionFactory from …

eclipse hibernate hibernate-tools
How to configure hibernate-tools with maven to generate hibernate.cfg.xml, *.hbm.xml, POJOs and DAOs

can any one tell me how to force maven to precede mapping .hbm.xml files in the automatically generated hibernate.…

hibernate maven-2 hibernate-tools
Hibernate Tools: Error parsing JNDI name

We are trying to upgrade from Hibernate 3.6.7 to 4.1.2 and Hibernate Tools 3.2.0 to 3.5.0 We generate a DB creation script using Ant: &…

hibernate hibernate-tools
org.hibernate.MappingException: entity class not found ( using qualified class name does not work)

I'm trying to run a simple SELECT FROM table ( I have also tried SELECT FROM package.Class )query but I …

orm hql hibernate-tools
How to install Hibernate Tools into Eclipse Luna?

I'm using Eclipse Luna, I want to create a web app and use Hibernate for my data. In Eclipse Marketplace …

eclipse hibernate hibernate-tools
How to configure Hibernate Tools HQL editor in Eclipse with a custom NamingStrategy

I've installed Hibernate Tools 3.2.4.GA in Eclipse Ganymede. The main driver for installing it was to be able to issue …

java eclipse ide jboss-tools hibernate-tools
How to configure hbm2java and hbm2dao to add packagename to generated classes

I'm trying to configure hbm2java with maven to generate POJO classes and DAO objects. One of the issues I'm …

hibernate maven-2 hibernate-tools hbm2java
How to generate domain objects with annotations using hibernate tools

I use Eclipse Hibernate Tools to create domain classes starting from my database and need to add JPA annotations. Is …

java hibernate object annotations hibernate-tools
How generate DAO with Hibernate Tools in Eclipse?

I'm using : Eclipse Java EE IDE Web Developers version:Indigo Release with hibernate tools, i'm new to hibernate in Eclipse, …

java eclipse hibernate jakarta-ee hibernate-tools