Closed hazzik closed 6 months ago
The FluentNHibernate.Data.Entity class is problematic because of the following:
FluentNHibernate.Data.Entity
GetHashCode()
Instead of using FluentNHibernate.Data.Entity please implement your own.
Closes #376
The good implementation for base class for entity could be found here: https://stackoverflow.com/a/5857854/259946 and here https://ayende.com/blog/2500/generic-entity-equality
The
FluentNHibernate.Data.Entity
class is problematic because of the following:GetHashCode()
during the lifetime of the entityInstead of using
FluentNHibernate.Data.Entity
please implement your own.Closes #376