ArrayIndexOutOfBoundsException
Posted kebizhanmushi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ArrayIndexOutOfBoundsException相关的知识,希望对你有一定的参考价值。
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
cusAndComs=this.getEm().createQuery("FROM CusAndCom c WHERE c.hotelCompanyId="+shopId,CusAndCom.class).getResultList();
return cusAndComs.get(0).getCustomerId();
cusAndComs 没查出数据引起
以上是关于ArrayIndexOutOfBoundsException的主要内容,如果未能解决你的问题,请参考以下文章