Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is lazy fetching in hibernate



what is lazy fetching in hibernate..

Answer / Devnath Kumar

Lazy Fetching in Hibernate is a technique used to load an association or collection only when it is actually needed, rather than loading it with the initial query. This can improve performance by reducing the amount of data fetched initially and reducing the number of queries executed. Lazy fetching uses proxy objects to represent the associated entity until it's accessed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

How is it possible to get the total number of arguments that are passed to a function?

1 Answers  


What are the predefined functions in javascript?

1 Answers  


What is the difference between Local Storage and Session Storage?

1 Answers  


What is a closure in javascript?

1 Answers  


What is the importance of javascript?

1 Answers  


Can you assign an anonymous function to a variable and pass it as an argument to another function?

1 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

1 Answers  


What is a name function in javascript?

1 Answers  


why can't we call a static method from a non-static method

1 Answers  


What is a function callback?

1 Answers  


What is the use of blur function?

1 Answers  


How to associate functions with objects using javascript?

1 Answers  


Categories