Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java Hibernate question

6 views
Skip to first unread message

Tim

unread,
Feb 13, 2009, 10:50:48 AM2/13/09
to
Does Hibernate prevent multiple applications from updating the same
database rows at the same time?
If two people are accessing the same row and changing the same value,
does Hibernate somehow prevent them from doing this simultaneously?

jlp

unread,
Feb 15, 2009, 3:22:54 PM2/15/09
to
Tim a écrit :
Id depends on the Level Isolation => Serializable : the strongest use
the lock feature of the database, so transaction are serialized.

robamm...@hotmail.com

unread,
Mar 16, 2020, 7:52:54 AM3/16/20
to
Anyone knows if there is a way that java ee application created files will not be deleted why application restart (the so called "cycling") ?
If I don't want to save files to other server.
I have been looking this answer a long time, maybe someone can help.

And about the hibernate. If application is accessed, then it blocks the other access. This means everything is prevented as you mentioned in the question.


Kristjan Robam

Kristjan Robam
0 new messages