Closed
Description
MyBatis version
3.3.1
Database vendor and version
SQL Server 2014
Test case or example project
Immutable POJO's with java.util.Date variables which are initialized using constructors.
Steps to reproduce
Use constructors, select expects java.sql.TimeStamp and doesn't work with java.util.Date
Expected result
Create an object with valid dates
Actual result
Throws exception saying constructor not found with given signature.