Hi Vlad,
Other than Lazy Loading and optimization at the db level,what other areas should we be looking at for improving performance, particularly with Hibernate?
Using simple associations, using DTO projections for views, the enhances identifiers, batching, caching, there are many things you can optimize you Hibernate data access layer.