Fixed
Details
Details
Assignee
Frédéric Delaporte
Frédéric DelaporteReporter
Pieter van Ginkel
Pieter van GinkelComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 8, 2012 at 9:38 AM
Updated October 16, 2017 at 10:13 PM
Resolved October 16, 2017 at 10:13 PM
In chapter 24.1, an alternative way of maintaining whether an entity is transient is described. This chapter explains that by providing an IInterceptor that maintains an IsSaved flag, you can implement your own strategy for when an entity is transient.
Currently, the chapter only specifies that the OnLoad and OnSave must be used. However, when you delete an entity, it becomes transient again and the IsSaved flag should be set to false.