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
look the code UnknownTypeHandler.resolveTypeHandler.
If a TypeHandler in the TypeHandlerRegistry is mapped by an interface class, the TypeHandlerRegistry.getTypeHandler cannot return the TypeHandler because of the giving type is parameter.getClass,so I think it's useful if TypeHandlerRegistry can return the TypeHandler mapped by interface(if only implemented one) or super classe
The text was updated successfully, but these errors were encountered:
It does not seem to be a good idea because it could cause unintentional registration.
As in my comment on #607 , please use @MappedTypes to specify multiple classes.
look the code UnknownTypeHandler.resolveTypeHandler.
If a TypeHandler in the TypeHandlerRegistry is mapped by an interface class, the TypeHandlerRegistry.getTypeHandler cannot return the TypeHandler because of the giving type is parameter.getClass,so I think it's useful if TypeHandlerRegistry can return the TypeHandler mapped by interface(if only implemented one) or super classe
The text was updated successfully, but these errors were encountered: