The implementation of the Commited Reads Locking stra ReadCommitted - Reads and Writes require locks. Locks are acquired for reading and modifying the database. Locks are released after reading but locks on modified objects are held until EOT. Allows: Non-Repeatable Reads Phantom Readstegy.
@author Thomas Mahler & David Dixon-Peugh
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.