hibernate-tools
Hibernate Tools : how to generate base classes?
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.[详细]
2023-01-27 23:36 分类:问答Support for @ElementCollection in hibernate tools hbm2ddl
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.[详细]
2023-01-24 23:29 分类:问答My hibernate mapping files exist, what are possible reasons that the mapping can't be found?
I dynamically generated my hbms.Now when I attempt to use the HQL Editor in Eclipse, I\'m getting the follo开发者_C百科wing error:[详细]
2023-01-24 20:09 分类:问答How can I change the name of the self-referential many-to-many set using hibernate.reveng.xml?
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.[详细]
2023-01-19 21:41 分类:问答HibernateToolTask (hbm2hbmxml) doesn't generate index in hibernate-mapping from @org.hibernate.annotations.Index annotations
I am trying to generate hibernate-mapping from POJOs with hibernate annotations. Then I want to use liquibase to generate database schema.[详细]
2023-01-12 22:43 分类:问答Eclipse Hibernate tools not working anymore after DB switch
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[详细]
2023-01-08 18:10 分类:问答Hibernate Tools Eclipse Classpath
How do I set the classpath in eclipse which is used by 开发者_StackOverflow中文版Hibernate Tools?[详细]
2023-01-05 07:48 分类:问答Generate service layer with Hibernate
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[详细]
2023-01-03 01:47 分类:问答Hibernate Tools - DAO generation
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[详细]
2023-01-01 15:17 分类:问答@SequenceGenerator - allocationSize, reverse engineering with Eclipse Hibernate Tools
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:[详细]
2022-12-31 01:54 分类:问答
加载中,请稍侯......