Hi!
First of all, thank you for this gem of D code! It has saved me a lot of work already!
To display database content on multiple pages, I need support for Hibernate's setMaxResults and setFirstResult Query methods, but surprisingly those are missing from Hibernated.
(As well as support for COUNT(), but that is less of a problem because raw SQL can replace this).
Would it be possible to add the two methods? Or am I missing something and this kind of feature is already implemented differently?