What is concurrency strategies in hibernate?



What is concurrency strategies in hibernate?..

Answer / Parul Jaiswal

Concurrency Strategies in Hibernate are methods used to handle concurrent access to the same data. They include OPTIMISTIC (version), PESIMISTIC read, and PESIMISTIC write.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Define hibernate?

1 Answers  


What does session evict () method do in hibernate?

1 Answers  


What is attribute oriented programming?

1 Answers  


What is the difference between get and load in hibernate?

1 Answers  


How to get single column from database using hibernate?

1 Answers  


Is orm faster than sql?

1 Answers  


What is fetchtype lazy in hibernate?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


What is difference between getcurrentsession () and opensession () in hibernate?

1 Answers  


Can we write sql query in hibernate?

1 Answers  


What does mappedby mean in hibernate?

1 Answers  


How do we modify hibernate configuration file?

1 Answers  


Categories