Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当事务开始时,有许多不同类型的锁定(例如乐观锁定、锁定整个表、仅锁定正在更改的行等)
如果我没有指定我想要的那个,默认类型是什么?数据库?(Java)连接器实现?用于数据库连接的 API?还有什么?
Java 应用程序仅通过 JDBC 方法控制 DB。控制表锁定的标准方法是
Connection.setTransactionIsolation
它取决于 DBMS 如何使用锁来保护请求的事务隔离级别