hibernate
More Hibernate and Setters…
Over at the MD blog Darren has illustrated more dangers with Hibernate setters.
Read Full Post | Make a Comment ( None so far )My Setter is Too Clever, Or Why Hibernate Isn’t Batching
Batch fetching is an excellent feature for improving the read performance of a Hibernate application. It is particularly useful for loading a tree of objects where each level is a child collection of the previous. In the application I’m tuning right now we have the following object model: a book has a collection of pages, [...]
Read Full Post | Make a Comment ( None so far )