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 configure Hibernate when you are using a Spring Session Factory

I am trying to setup Hibernate Tools in eclipse. The trouble is that it can't find any mapping files. I …

spring hibernate-tools
spring Hibernate session time out

I'm using Spring Hibernate template apache tomcat and MySQL. Everything works great in development, but when I deploy the app …

spring hibernate spring-mvc spring-jdbc hibernate-tools
Can Hibernate tool generate JPA POJO?

May I know can the Eclipse plugin Hibernate tool use to generate JPA entity @entity? The Java files that generated …

java hibernate jpa hibernate-tools jboss-tools
org.hibernate.AnnotationException: Collection has neither generic type or OneToMany.targetEntity()

I used Hibernate Tools to generate my Hibernate POJO mapping. Unfortunately the code generated by Hibernate tools seems not to …

java hibernate annotations hibernate-tools
eclipse plugin to create hibernate annotated entities?

i know that hibernate tools can create hibernate entities but the hibernate mapping will be in XML file, but i …

java eclipse hibernate hibernate-tools
I'm getting a noclassdeffounderror when trying to generate pojos or mapping with hibernate tools

I'm trying to generate pojos from my database but I get the following error(s) on eclipse indigo 3.7.2 with hibernate …

eclipse hibernate code-generation pojo hibernate-tools
Hibernate tool, reverse engineering

I have the following question about Hibernate tools and the configuration : I configure the hibernate to genrate JPA classes from …

reverse-engineering hibernate-tools
Error Fetching Children of Database - Hibernate Tools - org.slf4j.spi.LocationAwareLogger.log

Well to be honest I have spent all my Saturday reading and trying to resolve this, but nothing has worked …

hibernate-tools
Hibernate Tools "Duplicate class" error on reverse engineering

I am trying to reverse engineer a SQL Server 2005 using Hibernate Tools and am getting a strange error: org.hibernate.…

sql-server eclipse hibernate hibernate-tools