`

2009.12.15(2)—— java.lang.Long异常

阅读更多
2009.12.15(2)—— java.lang.Long异常

Exception in thread "main" java.lang.ClassCastException: java.lang.Long
	at com.huitu.khms.dao.hibernate.imp.CompanyDaoImp.testCount(CompanyDaoImp.java:38)
	at com.huitu.khms.service.imp.CompanyServiceImp.testCount(CompanyServiceImp.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
	at $Proxy14.testCount(Unknown Source)
	at com.huitu.khms.test.Test.main(Test.java:85)

解决:
int count = ((number)q.uniqueResult()).intvalue();
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics