You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class mapping can have "discriminator-value" as well as subclass, but there is no way to specify it in automapping class convention inherited from IClassConvention. Reason for this is lack of DiscriminatorValue setting method in ClassInstance class and it's corresponding IClassInstance interface.
Problem can be solved by adding following method in ClassInstance class, and it's signature in IClassInstance interface
Hi
Class mapping can have "discriminator-value" as well as subclass, but there is no way to specify it in automapping class convention inherited from IClassConvention. Reason for this is lack of DiscriminatorValue setting method in ClassInstance class and it's corresponding IClassInstance interface.
Problem can be solved by adding following method in ClassInstance class, and it's signature in IClassInstance interface
P.S. Method taken from similar SubclassInstance class
The text was updated successfully, but these errors were encountered: