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
The cause of this behavior was created by #359. In this changes, it scan only TypeHandler that can create instance using default constructor.
We should be scan TypeHandler that create instance using constructor that pass Class or default constructor.
Since 2.0.1, the
SqlSessionFactoryBean
cannot scanTypeHandler
that passClass<?>
to constructor as follow:The cause of this behavior was created by #359. In this changes, it scan only
TypeHandler
that can create instance using default constructor.We should be scan
TypeHandler
that create instance using constructor that pass Class or default constructor.Related Issues
Workaround
You can specify a custom type handler using
typeHandlers
property as follow:The text was updated successfully, but these errors were encountered: