Ticket #2 (closed task: fixed)

Opened 5 years ago

Last modified 4 years ago

Sort out transactions

Reported by: michael Assigned to:
Priority: medium Milestone: 0.1
Keywords: Cc:
Total Hours: 0 Billable?: 1
Add Hours to Ticket: 0 Dependencies:
Estimated Number of Hours: 0

Description

Should every request use its own transaction? This would mean losing the advantage of shared entity manager level caching between requests, but have the benefit of not requiring removing contained entities from the containing entity when deleting the contained entity.

Change History

17/08/07 11:12:56 changed by michael

  • status changed from new to closed.
  • resolution set to fixed.

Fixed for now - in that it works...