hibernate-tools
eclipse plugin to create hibernate annotated entities?
i know that hibernate tools can create hibernate entities but the hibernate ma开发者_运维知识库pping will be in XML file, but i was wondering if there\'s a tool to create hibernate entities and the ma[详细]
2023-04-12 00:22 分类:问答Hibernate Tools for Eclipse Helios
I am new to hibernate. I need Hibernate Tools for Eclipse Helios. I don\'t prefer to update directly in online. So downloaded the zip from http://www.jboss.org/tools/download/stable/3_2_GA.html[详细]
2023-03-31 08:15 分类:问答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 tool开发者_C百科s seems not to work, I get the exception[详细]
2023-03-24 23:30 分类:问答use hibernate tool with spring project
i have existing project with datasource setup with spring.xml . the xml look like below <bean id=\"dataSource\" class=\"org.apache.commons.dbcp.BasicDataSource\" destroy-method=\"close\">[详细]
2023-03-18 03:35 分类:问答Metamodel classes generated by Hibernate tools
I\'m using Hibernate Tools in Eclipse to reverse engineer the domain entities of an existing database.[详细]
2023-03-17 04:08 分类:问答Visual Designer Tool for Hibernate Annotations
I started using Hibernate only recently. While I was playing with it, I experienced the problem , which I assume, is faced by every Hibernate Beginner.[详细]
2023-03-07 11:37 分类:问答Problem with reverse engineering a many-to-one unidirectional association with hibernate tools
I\'m using Hibernate tools 3.40 in Eclipse (Helios). I\'m trying to generate POJOs from my DB (MSSQL 2008) with EJB3 style (i.e. JPA2.0 annotations).[详细]
2023-02-15 15:16 分类:问答How to get Hibernate Tools to generate POJOs with toString,equals and hashcode?
Hibernate Tools plugin (version 3.2.4) for eclipse Hi all, I\'m using the plugin to reverse engineer my POJOs and DAOs from my DB-Schema and for some reason the toString,equals and hashcode methods a[详细]
2023-02-09 05:49 分类:问答Hibernate Tools Generate Classes approach
I would like to know what is the开发者_StackOverflow社区 best approach when it comes to update the generated pojo classes should i do it manually or with the hibernate tools, is there any way to tell[详细]
2023-02-07 23:47 分类:问答Generating source with maven-hibernate3 plugin
Besides generating other source files, I want to generate one factory class for DAO classes - DAOFactory.java. I\'m using hbmtemplate for that purpose - with my own *.ftl file.[详细]
2023-02-05 02:47 分类:问答