What is hibernate first level cache?



What is hibernate first level cache?..

Answer / Nutan Yadav

"The First Level Cache (FLC) in Hibernate is the local session cache which stores recently loaded entities for efficient retrieval. Each session has its own FLC."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is hibernate obsolete?

1 Answers  


What is difference between lazy loading and eager loading in hibernate?

1 Answers  


Why hibernate came into existence?

1 Answers  


What is query level cache in hibernate?

1 Answers  


What is transaction in hibernate?

1 Answers  


What is orm and odm?

1 Answers  


What is embeddable in hibernate?

1 Answers  


How to use limit in hibernate query?

1 Answers  


What is difference between opensession and getcurrentsession?

1 Answers  


Should all the mapping files of hibernate have .hbm.xml extension to work properly?

1 Answers  


What are the best practices to follow with hibernate framework?

1 Answers  


What is cascadetype in hibernate?

1 Answers  


Categories