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
When a mapper use a custom mapper, the custom mapper constructor is call in the mapper constructor. If custom mapper is in an abstract class there is an error because it's impossible to instantiate an abstract class.
Is there any issue ?
Thanks for V0.15
The text was updated successfully, but these errors were encountered:
In fact if the mapper itself is an abstract class, it will be used as a custom mapper for non abstract methods.
So there is not much to do to allow the use of an abstract custom mapper.
When a mapper use a custom mapper, the custom mapper constructor is call in the mapper constructor. If custom mapper is in an abstract class there is an error because it's impossible to instantiate an abstract class.
Is there any issue ?
Thanks for V0.15
The text was updated successfully, but these errors were encountered: