I recently installed Eclipse Helios and Hibernate Tools 3.4.0.Beta1. I\'ve been trying to generate \"base class\" from mapping files but can\'t find out how to do.
I am trying to use the jpa2 feature @ElementCollection for a List of Strings in my Entity. I am using the hibernate3-maven-plugin to carry out the hbm2ddl task.
I dynamically generated my hbms.Now when I attempt to use the HQL Editor in Eclipse, I\'m getting the follo开发者_C百科wing error:
I have a project using Hibernate on an Oracle datab开发者_开发知识库ase for which all entities are generated directly from Hibernate Tools under control of a hibernate.reveng.xml file.
I am trying to generate hibernate-mapping from POJOs with hibernate annotations. Then I want to use liquibase to generate database schema.
I am using hibernate tools with eclipse, and it was working fine, till I\'ve changed my DB. I\'ve configured the new database, run the test cases and every thing is fine, except for hibernate tools. T
How do I set the classpath in eclipse which is used by 开发者_StackOverflow中文版Hibernate Tools?
I generate .hbm.xml mapping files and .java files from the DB schema, with Hibernate Tools. My question is, that is there any option, to generate service classes also? These are the classes where I im
I am using the eclipse hibernate tools plug-in to reverse engineer my database. I spent my whole day looking for how to force the DAO generator to use HQL/Criteria with the session factory, transactio
I use the Eclipse Hibernate Tools to create domain classes with JPA annotations from my Oracle database. To control sequence generation I have added the following entry to the hibernate.reveng.xml: