| Having this option activated: hibernate.use_nationalized_character_data=true An Entity with a char property @Column(nullable = false) public char getUnicodeChar() { return unicodeChar; } Should be mapped to nchar in the database, but is mapped to char. |