Skip to content

NH-3179 - Documentation should note that OnDelete should set IsSaved to false in chapter 24.1 #823

Closed
@nhibernate-bot

Description

@nhibernate-bot

Pieter van Ginkel created an issue — 8th June 2012, 9:38:23:

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions