About Neetesh Kadam

Neetesh Kadam is an Engineering graduate in Electronics and Tele-Communications from PVG’s COET (Pune University). Currently working as Technical Leader at e-Zest and has 8 years of experience in Java/J2EE technologies.

He likes working and exploring new technologies. And apart from technical interest he also likes to play Badminton, TT and football.

Hibernate Performance Optimization (Part – 2)

Hibernate collection can be eager or lazy fetched which decides whether to initialize association immediately or to defer its initialization till the collection is accessed. Hibernate provides different options (fetching strategies) which decides the queries which hibernate generates to load … Read More

Hibernate Performance Optimization (Part – 1)

To work effectively with hibernate you need to understand how hibernate executes queries. You can get the work done by using various alternative APIs which hibernate provides, but selection of correct API is needed for performance optimization. In this post … Read More