Andy Glover wrote an excellent article about Hibernate Shards a few weeks ago. (It seems we missed linking to it here.)
Tags: Hibernate
Created: 13. Sep 2010, 05:17 CET (Gavin King)
Andy Glover wrote an excellent article about Hibernate Shards a few weeks ago. (It seems we missed linking to it here.)
It has not been updated for ages. Is it still in active development?
hello,professor,when I use hibernate to find data in the database,my code as follow: Query query getSession().createQuery(hql); query.setFirstResult(firstResult); query.setMaxResults(rowCount); the hql is correct,when I use 'Query query getSession().createQuery(hql); ' I get 16 records, but when I use 'query.setFirstResult(firstResult); query.setMaxResults(rowCount);',the value of firstResult is 0,and the value of rowCountis is 16 ,but I just get 10 records,why?can you help me,thank you .
H4 ,How to get Out Parameters by calling stored procedure??? I cannot find infos from Hibernate Doc . Why???
What can I do ?
Above is right????? Help me ! I am eager...
root
% QuerySoftware--------- MySQL