| Field and Description | 
|---|
| com.sleepycat.db.LockMode.DEGREE_2 This has been replaced by  LockMode.READ_COMMITTEDto conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.DEGREE_2 This has been replaced by  CursorConfig.READ_COMMITTEDto conform to ANSI database isolation terminology. | 
| com.sleepycat.db.LockMode.DIRTY_READ This has been replaced by  LockMode.READ_UNCOMMITTEDto conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.DIRTY_READ This has been replaced by  CursorConfig.READ_UNCOMMITTEDto conform to ANSI
    database isolation terminology. | 
Copyright (c) 2004,2014 Oracle. All rights reserved.