hibernate找不到映射实体类问题


	
		
			com.sykj.entity
			com.sykj.entity.crm
			com.sykj.entity.pay
			com.sykj.entity.log
			com.sykj.entity.manage
			com.sykj.newmodule.entity
		
	

1、最容易想到的,就是你的from是实体类而不是表名,这个应该大家都知道,注意大小写

2、你的hibernate配置文件中没有加入相应的映射文件

3、如果上面两方面都对了,还有错,基本上处于崩溃状态。在总的xml中配置的映射实体类。查看是否配置了(找了两三个小时的错!!!崩溃)

你可能感兴趣的:(java)