Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Matthew Fenner
Matthew Fenner(Deactivated)Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 10, 2009 at 3:56 AM
Updated July 22, 2009 at 7:21 AM
Resolved June 10, 2009 at 7:47 AM
i went to implement some custom delete functionality in my project by creating a custom entity persister which inherited from JoinedSubclassEntityPersister. However i couldn't because there was no extensibility point.
I noticed that allthough in AbstractEntityPersister GenerateInsertString, GenerateUpdateString, and most (if not all) of the other similar methods were virtual. However GenerateDeleteString was not.
so i have submitted this patch which makes GenerateDeleteString(int j) virtual.
i would be really glad if it could be applied soon. i don't see any way in which it could break anything
(i have marked this task critical because we cannot release our product without it - and i don't want to use a patched version of nhibernate)
thanks