Regular |
|
Joined: Tue Jun 22, 2004 8:01 pm Posts: 106 Location: PowderTown, Utah, USA
|
For starts, go out and purchase "Hibernate In Action" whcih has several excellent chapters on this very subject (Especially read Chapter 5 which covers concurency). Next, set up a test case to experiment on what happens.
Understanding what will happen depends on your understanding of the Transaction Isolation level you've chosen. You'll need to take a look at what your concurrency needs are before choosing a level.
Concurrency is a fact of life in multi-user applications. It's important to understand the issues at hand and how the tool deals with them. Chapter 5 of the book will help you figure it all out.
|
|