hibernate tools使用

之前用过hibernate tools,这次重新拿起的时候有些忘了。
在eclipse中如下插件,选择hibernate tools
JBoss Tools - Latest Stable Release - http://download.jboss.org/jbosstools/updates/stable/
tools中可以新建4类文件:
cfg.xml
hbm.xml
console.xml
reveng.xml
前两个最重要,console.xml可有可无。
1.这里有个注意的地方,选择hibernate3.5版本的配置,否则会报
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.cfg.reveng.OverrideRepository

2.另外由tools生成的dao里sessionfactory是由jndi获得,这个需要自己在容器里注册么?

猜你喜欢

转载自huzhanchi.iteye.com/blog/2070592