bookmark

Using Transactions (The Java™ Tutorials > JDBC(TM) Database Access > JDBC Basics)


Description

Isolation Level Transactions Dirty Reads Non-Repeatable Reads Phantom Reads TRANSACTION_NONE Not supported Not applicable Not applicable Not applicable TRANSACTION_READ_COMMITTED Supported Prevented Allowed Allowed TRANSACTION_READ_UNCOMMITTED Supported Allowed Allowed Allowed TRANSACTION_REPEATABLE_READ Supported Prevented Prevented Allowed TRANSACTION_SERIALIZABLE Supported Prevented Prevented Prevented

Preview

Tags

Users

  • @jil

Comments and Reviews