Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete FluentNHibernate.Data.Entity #685

Merged
merged 3 commits into from
May 8, 2024
Merged

Obsolete FluentNHibernate.Data.Entity #685

merged 3 commits into from
May 8, 2024

Conversation

hazzik
Copy link
Member

@hazzik hazzik commented May 7, 2024

The FluentNHibernate.Data.Entity class is problematic because of the following:

Instead of using FluentNHibernate.Data.Entity please implement your own.

Closes #376

@hazzik hazzik enabled auto-merge (squash) May 8, 2024 01:21
@hazzik hazzik merged commit 73ebfd9 into main May 8, 2024
3 checks passed
@hazzik hazzik deleted the obsolete-Entity branch May 8, 2024 01:25
@hazzik
Copy link
Member Author

hazzik commented May 10, 2024

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

@hazzik hazzik added this to the v3.4.0 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Entity.Equals to Return False When Both IDs are Zero
1 participant