Skip to content

NH-3110 - Support Polymorphism in mapping by code #300

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

Merged
merged 1 commit into from
Sep 21, 2014
Merged

NH-3110 - Support Polymorphism in mapping by code #300

merged 1 commit into from
Sep 21, 2014

Conversation

rjperes
Copy link
Member

@rjperes rjperes commented Aug 13, 2014

@@ -256,6 +256,10 @@ public void Join(string splitGroupId, Action<IJoinMapper> splitMapping)
splitMapping(splitGroup);
}

public void Polymorphism(HbmPolymorphismType type)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here we should have another enum instead of HbmPolymorphismType (without Hbm) for consistency

@hazzik
Copy link
Member

hazzik commented Aug 13, 2014

Any tests?

@rjperes
Copy link
Member Author

rjperes commented Aug 14, 2014

Test added and also new enumeration type

@rjperes
Copy link
Member Author

rjperes commented Sep 21, 2014

@hazzik @oskarb For 4.1?

@hazzik hazzik added this to the 4.1.0 milestone Sep 21, 2014
hazzik added a commit that referenced this pull request Sep 21, 2014
@hazzik hazzik merged commit 98d24dd into nhibernate:master Sep 21, 2014
@hazzik hazzik deleted the NH-3110 branch September 21, 2014 13:53
@hazzik hazzik changed the title NH-3110 NH-3110 - Support Polymorphism in mapping by code Nov 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants