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.
我将 hsqldb 与 Hibernate 和 Spring 结合使用,我随机看到一个org.hibernate.exception.LockAcquisitionException.
org.hibernate.exception.LockAcquisitionException
我正在尝试以受控方式重现此问题。到目前为止,我已经找到了一些有关使用该LOCK命令的信息。所以我尝试了以下方法:
LOCK
lock table myTable WRITE;
但我没有得到我期望的结果。
关于如何实现这一目标的任何想法?