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

What is "common language specification" (cls) in .net?

538


what are connection strings?

1746


Conceptually, what is the difference between early-binding and late-binding?

584


Compare client server application with n-tier application

508


How many design patterns can be created in .net?

586






What does cil do?

571


What does il do?

564


Can you create instance of a class which has private constructor?

590


Explain why do we use msmq?

554


What is a web service in .net?

577


Explain how do assemblies find each other?

575


What do you mean by web service?

649


How can you instantiate a tuple?

548


Tell us what is the native image generator?

575


How viewstate is being formed and how it's stored on client in .net?

560