Questions tagged «nhibernate»

5
删除/插入时,对同一排他锁定的集群键(使用NHibernate)上的SQL死锁
我已经在这个僵局问题上研究了好几天了,无论我做什么,它都会以一种或多种方式持续存在。 首先,一般的前提是:我们具有与VisitItems具有一对多关系的Visits。 VisitItems相关信息: CREATE TABLE [BAR].[VisitItems] ( [Id] INT IDENTITY (1, 1) NOT NULL, [VisitType] INT NOT NULL, [FeeRateType] INT NOT NULL, [Amount] DECIMAL (18, 2) NOT NULL, [GST] DECIMAL (18, 2) NOT NULL, [Quantity] INT NOT NULL, [Total] DECIMAL (18, 2) NOT NULL, [ServiceFeeType] INT NOT NULL, [ServiceText] NVARCHAR …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.