项目越复杂,项目队伍越庞大则越能体现良好设计的重要 性 Transaction Isolation(事务隔离) Isolation 是ACID 原则中的I,意思就是将访问同一数据库的不同用 户隔离开。
基于40个网页-相关网页
serializable transaction isolation level 隔离级别 ; 序列化事务隔离级别
transaction isolation level 隔离级别 ; 交易隔离等级 ; 性级别
Set Transaction Isolation Level 隔离级别 ; 设置事务级别
Transaction isolation levels 事务的隔离级别 ; 事务隔离级别
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE 最高级别的事务级别 ; 设置成序列化
To make the application work, simply configure the data source reference of Customer BMP EJB with the REPEATABLE_READ transaction isolation level.
要让应用程序工作,只需用REPEATABLE_READ事务隔离级别来配置Customer BMP EJB的数据源引用。
Without proper transaction isolation, other units of work can access updates made by an ongoing unit of work, even though that unit of work is incomplete.
没有适当的事务隔离性,其他工作单元就可以访问某一活动工作单元所做的更新,即使该工作单元还未完成。
Isolation: JPA 1.0 doesn't support custom isolation levels, so developers are required to specify the default transaction isolation level on the database side.
isolation: JPA 1.0不支持自定义隔离级别,因此开发人员需要指定数据库端的默认事务隔离级别。
应用推荐