Could not set property 'products' of ' class bean.Order' with value 'bean.Pr oduct@190e513' Cause: j


		
		
		
		
		
		 	
		 	
		 	
		 	
		 	
		 	
		
	
	

javaType属性的问题,因为这个是一对多,通过反射
应该映射为List,但是使用javaType会让MyBatis认为
Product属性为Productl,所以出错,将javaType改为ofType,
只是指定泛型的类型Product。

你可能感兴趣的:(Could,not,set,proper,Could,not,set,property,'products',of,',class,bean.Order',with,value,'bean.Pr,oduct@190e513',Cause:,j)