You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Anton <ex...@googlemail.com> on 2010/08/29 22:22:11 UTC

return type and arguments IDataProvider

I have updated Hibernate to 3.5.5-Final and haven'ted that

Criteria criteria = getCriteria();
criteria.setProjection(Projections.rowCount());
criteria.uniqueResult();

return Long instead of Integer.

May be that it is important to wicket devs.