| Thanks for the detailed description @Steven Walters. According to JDBC API Specification (TABLE B-2), the Java type Byte is mapped to JDBC type TINYINT. I 've added the above mapping and the test runs successfully. Please find my PR at: https://github.com/hibernate/hibernate-orm/pull/3404 |