When using a column which has an @Id annotation and is mapped with a custom Converter (JPA), I get following message: Wrong column type in <TABLE> for column <COLUMN>. Found: date, expected: raw(255)
When I remove @Id annotation, all works as expected. So I think, converter isn't used if column is an Id.
The column is of type org.joda.time.LocalDate
|