In recent performance tuning of some EJBQL search queries, I’ve had a lot of discussions with other developers on database pagination. There are some definite nuances that you have to be aware of when using Hibernate’s pagination feature, so I thought I would explain them here. Quick Introduction to Database Pagination with JPA Database pagination [...]
Entries Categorized as 'Hibernate'
Tuning Queries when using Pagination with JPA and Hibernate
March 12, 2010
Extending query by example through annotation
December 4, 2007
Query by example (QBE) is a great feature for easily executing Criteria using Hibernate. By simply filling in an object and submitting it, Hibernate automatically generates the query based on the values set in the object. While this is an attractive option, in my experience it usefulness quickly becomes limited. In many cases, specifying Restrictions [...]
Posted in



content rss
Comments
October 13, 2011
The most difficult and the most dangerous state is this. Unconcious Incompetence...
September 23, 2011
Yes, exactly. Thanks for the insightful comment.
September 23, 2011
These are great points. I think what you are getting at here is being a social...
September 15, 2011
Thanks for the great tips!!!
September 15, 2011
Definitely a good point on “dress for success.” This is going to...