rollback
JPA transaction rollback retry and recovery: merging entity with auto-incremented @Version
I\'d like to recover after a failed transaction. Now, of course after any rollback, all entities become detached and the entity manager is closed.However, the UI still holds the detached entities.Obv[详细]
2023-03-15 22:36 分类:问答SQL Server: Are physical operations rolled back after ROLLBACK?
What are the effects of ROLLBACK TRANSACTION on physical ordering开发者_JS百科 of data in pages? Are physical operations also rolled back when ROLLBACK is addressed?Based on these articles by Paul Ran[详细]
2023-03-14 06:35 分类:问答Modification and rollback methodology for a set of objects and their state
In a system I am writing, I have the concept of package and service objects. A package is a container for a collection of services, and has an intrinsic set of configurable restrictions.These restr[详细]
2023-03-13 07:08 分类:问答Is it possible to configure MySQL logging so that it only reports queries that were rolled back?
I have an intermittent bug that I\'m trying to track down, and I\'d like to capture only MySQL queri开发者_JAVA技巧es that fail resulting in a rollback.I don\'t want a full general query or binary log[详细]
2023-03-08 18:26 分类:问答No rollback only for transaction when exception occurs in submethod
I\'m using Hibernate + spring + @Transactional annotations to handle transactions in my application. Transaction manager is declared as follows:[详细]
2023-03-07 23:44 分类:问答Excluding a table from a transaction rollback
We have a table and a set of procedures that are used for generating pk ids. The table holds the last id, and the procedures gets the id, increments it, updates the table, and then returns the newly i[详细]
2023-03-05 10:07 分类:问答JTA transaction unexpectedly rolled back, nested exception is javax.transaction.RollbackException
I am getting UnexpectedRollbackException. Here is the complete stack trace: org.springframework.transaction.UnexpectedRollbackException: JTA transaction unexpectedly rolled back (maybe due to a timeo[详细]
2023-03-04 23:54 分类:问答Symfony/Doctrine: Transaction involving multiple objects/functions
I want to perform a certain set of operations on multiple models/tables using Doctrine with Symfony. Here is what I\'m doing:[详细]
2023-03-02 15:42 分类:问答ado.net entity framework "retains" changes despite exiting transaction
hi guys I have some logic problem in my code (adonet entity framework) here\'s the pseudocode i = 0 while i < 5[详细]
2023-02-23 14:14 分类:问答Multiple insertion in mysql tables
i am facing a problem in inserting into mysql tables. I have 3 related tables to insert on save, but I want to make sure that either all of the queries are run, or none of them. I have done this in C#[详细]
2023-02-23 06:16 分类:问答