Opened 6 years ago
Last modified 6 years ago
#2027 closed defect
petascope_investigate about @Transactional in Hibernate with auto flush — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
For example, if 1 coverage is read from database to be updated but in the meantime, the update handler throws exception. Hibernate still persist this half-updated coverage to database as it checks this object is dirty.
Note:
See TracTickets
for help on using tickets.