in hibernate, what is dirty reading?

Answer Posted / idayathullah

Dirty read is the process of reading database records
without locking the records being read. This means that an
uncommitted change can be read and then rolled back by
another client, resulting in a local copy of a record that
is not consistent with what is stored in the database.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about Behavioral design pattern?

868


Explain what is the difference between encrypting a password and applying a hashing?

772


Why do we use the “using” statement?

796


What is deferred execution vs. Immediate execution in linq?

802


which methos do you invoke on the dataadapter control to load your generated dataset with data?

816


Explain code access security.

798


Can "this" be used within a static method?

842


What are the advantages of .net core?

753


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

2177


Explain how does assembly versioning work?

818


What is smart navigation in .net?

789


What is Full trust permission set in .Net

2133


Tell us why do we use the “using” statement?

756


How is threading done in .net?

791


What is garbage collection in .net? Explain the garbage collection process?

798