So that tells me you have something like AttributeConverter<SomeJavaType,com.example.SomeClass> where you want Hibernate to handle com.example.SomeClass on "the database side". How are you expecting Hibernate to "know" how to store (single column, basic type) instances of your com.example.SomeClass? |