The implementation of the Repeatable Reads Locking strategy. Locks are obtained for reading and modifying the database. Locks on all modified objects are held until EOT. Locks obtained for reading data are held until EOT. Allows: Phantom Reads
@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.